From de8f54834e9d244e93ce6b4f390bc524046dc644 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 22 Jan 2013 10:26:31 +0100 Subject: fsck: mark file descriptor for -C as optional in help text Also slightly improve the man page. Signed-off-by: Benno Schulenberg --- disk-utils/fsck.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'disk-utils/fsck.c') diff --git a/disk-utils/fsck.c b/disk-utils/fsck.c index 16746ab14..e72d78d5b 100644 --- a/disk-utils/fsck.c +++ b/disk-utils/fsck.c @@ -1296,7 +1296,7 @@ static int check_all(void) static void __attribute__((__noreturn__)) usage(void) { printf(_("\nUsage:\n" - " %s [fsck-options] [fs-options] [filesys ...]\n"), + " %s [options] [fs-options] [...]\n"), program_invocation_short_name); puts(_( "\nOptions:\n" @@ -1311,7 +1311,7 @@ static void __attribute__((__noreturn__)) usage(void) " -l lock the device using flock()\n" " -N do not execute, just show what would be done\n" " -T do not show the title on startup\n" - " -C display progress bar; file descriptor is for GUIs\n" + " -C [] display progress bar; file descriptor is for GUIs\n" " -V explain what is being done\n" " -? display this help and exit\n\n" "See fsck.* commands for fs-options.")); -- cgit v1.2.3-55-g7522