From be060aa113171c251e5742120018b42e7d529b9b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 16 Aug 2011 12:07:32 +0200 Subject: [PATCH] fsck: use in usage() Signed-off-by: Karel Zak --- fsck/fsck.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fsck/fsck.c b/fsck/fsck.c index 9197111a3d..747a3450e9 100644 --- a/fsck/fsck.c +++ b/fsck/fsck.c @@ -1218,14 +1218,14 @@ static void __attribute__((__noreturn__)) usage(void) " -A check all filesystems\n" " -R skip root filesystem; useful only with `-A'\n" " -M do not check mounted filesystems\n" - " -t type specify filesystem types to be checked;\n" - " type is allowed to be comma-separated list\n" + " -t specify filesystem types to be checked;\n" + " type is allowed to be comma-separated list\n" " -P check filesystems in parallel, including root\n" " -s serialize fsck operations\n" " -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 [fd] 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.")); -- 2.47.2