From c321405980bfba146cd77c6e6adc54898c82318d Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 15 Aug 2011 13:36:50 +0200 Subject: [PATCH] findmnt: improve spelling, wording and order of help text Signed-off-by: Benno Schulenberg --- misc-utils/findmnt.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c index 7e6a8f5391..e919a9694a 100644 --- a/misc-utils/findmnt.c +++ b/misc-utils/findmnt.c @@ -772,31 +772,31 @@ static void __attribute__((__noreturn__)) usage(FILE *out) "\nOptions:\n" " -s, --fstab search in static table of filesystems\n" " -m, --mtab search in table of mounted filesystems\n" - " -k, --kernel search in kernel table of mounted \n" - " filesystems (default)\n\n" + " -k, --kernel search in kernel table of mounted\n" + " filesystems (default)\n\n" " -p, --poll[=] monitor changes in table of mounted filesystems\n" - " -w, --timeout upper limit in millisecods which --poll will block\n\n" + " -w, --timeout upper limit in milliseconds that --poll will block\n\n" + " -a, --ascii use ASCII chars for tree formatting\n" " -c, --canonicalize canonicalize printed paths\n" - " -d, --direction search direction - 'forward' or 'backward'\n" - " -e, --evaluate print all TAGs (LABEL/UUID) evaluated\n" + " -d, --direction direction of search, 'forward' or 'backward'\n" + " -e, --evaluate convert tags (LABEL/UUID) to device names\n" " -f, --first-only print the first found filesystem only\n" - " -h, --help print this help\n" - " -i, --invert invert sense of matching\n" + " -h, --help display this help text and exit\n" + " -i, --invert invert the sense of matching\n" " -l, --list use list format output\n" - " -n, --noheadings don't print headings\n" + " -n, --noheadings don't print column headings\n" " -u, --notruncate don't truncate text in columns\n" " -O, --options limit the set of filesystems by mount options\n" - " -o, --output output columns\n" + " -o, --output the output columns to be shown\n" " -P, --pairs use key=\"value\" output format\n" " -r, --raw use raw output format\n" - " -a, --ascii use ascii chars for tree formatting\n" - " -t, --types limit the set of filesystem by FS types\n" + " -t, --types limit the set of filesystems by FS types\n" " -v, --nofsroot don't print [/dir] for bind or btrfs mounts\n" - " -R, --submounts print all submount for the matching filesystems\n" - " -S, --source device, LABEL= or UUID=device\n" - " -T, --target mountpoint\n\n")); + " -R, --submounts print all submounts for the matching filesystems\n" + " -S, --source the device to mount (by name, LABEL= or UUID=)\n" + " -T, --target the mountpoint to use\n\n")); fprintf(out, _("\nAvailable columns:\n")); -- 2.47.3