From: Sebastien GODARD Date: Sat, 7 Jan 2023 14:34:17 +0000 (+0100) Subject: Update sar and sadf usage message X-Git-Tag: v12.7.2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa9561241e530d316428f394f71880b4a5155d82;p=sysstat Update sar and sadf usage message Signed-off-by: Sebastien GODARD --- diff --git a/sadf.c b/sadf.c index 09ff6c4..c9d26de 100644 --- a/sadf.c +++ b/sadf.c @@ -123,7 +123,7 @@ void usage(char *progname) "[ -C ] [ -c | -d | -g | -j | -l | -p | -r | -x ] [ -H ] [ -h ] [ -T | -t | -U ] [ -V ]\n" "[ -O [,...] ] [ -P { [,...] | ALL } ]\n" "[ --dev= ] [ --fs= ] [ --iface= ] [ --int= ]\n" - "[ -s [ ] ] [ -e [ ] ]\n" + "[ -s [ ] ] [ -e [ ] ]\n" "[ -- ]\n")); exit(1); } diff --git a/sar.c b/sar.c index d48656b..0cd72cb 100644 --- a/sar.c +++ b/sar.c @@ -132,7 +132,7 @@ void usage(char *progname) "[ --dec={ 0 | 1 | 2 } ] [ --help ] [ --human ] [ --pretty ] [ --sadc ]\n" "[ -j { SID | ID | LABEL | PATH | UUID | ... } ]\n" "[ -f [ ] | -o [ ] | -[0-9]+ ]\n" - "[ -i ] [ -s [ ] ] [ -e [ ] ]\n")); + "[ -i ] [ -s [ ] ] [ -e [ ] ]\n")); exit(1); }