From 7ebced008f9c067b0959944d6a97e789af905b7b Mon Sep 17 00:00:00 2001 From: Steve Kay Date: Fri, 12 Jun 2015 14:45:36 -0700 Subject: [PATCH] Revise sar usage messages to be -F MOUNT rather than -F MOUNTS, in order to match man page and program functionality. --- sar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sar.c b/sar.c index 1063621..acbd045 100644 --- a/sar.c +++ b/sar.c @@ -108,7 +108,7 @@ void usage(char *progname) { print_usage_title(stderr, progname); fprintf(stderr, _("Options are:\n" - "[ -A ] [ -B ] [ -b ] [ -C ] [ -D ] [ -d ] [ -F [ MOUNTS ] ] [ -H ] [ -h ]\n" + "[ -A ] [ -B ] [ -b ] [ -C ] [ -D ] [ -d ] [ -F [ MOUNT ] ] [ -H ] [ -h ]\n" "[ -p ] [ -q ] [ -R ] [ -r [ ALL ] ] [ -S ] [ -t ] [ -u [ ALL ] ] [ -V ]\n" "[ -v ] [ -W ] [ -w ] [ -y ] [ --sadc ]\n" "[ -I { [,...] | SUM | ALL | XALL } ] [ -P { [,...] | ALL } ]\n" @@ -134,7 +134,7 @@ void display_help(char *progname) printf(_("\t-B\tPaging statistics\n")); printf(_("\t-b\tI/O and transfer rate statistics\n")); printf(_("\t-d\tBlock devices statistics\n")); - printf(_("\t-F [ MOUNTS ]\n")); + printf(_("\t-F [ MOUNT ]\n")); printf(_("\t\tFilesystems statistics\n")); printf(_("\t-H\tHugepages utilization statistics\n")); printf(_("\t-I { | SUM | ALL | XALL }\n" -- 2.40.0