summaryrefslogtreecommitdiffstats
path: root/fsck/fsck.c
diff options
context:
space:
mode:
authorKarel Zak2011-08-16 12:07:32 +0200
committerKarel Zak2011-08-16 12:07:32 +0200
commitbe060aa113171c251e5742120018b42e7d529b9b (patch)
treefa36f7327519c276580ff53bc467b570fa0c0f7f /fsck/fsck.c
parentgetopt: use <var> in usage() (diff)
downloadkernel-qcow2-util-linux-be060aa113171c251e5742120018b42e7d529b9b.tar.gz
kernel-qcow2-util-linux-be060aa113171c251e5742120018b42e7d529b9b.tar.xz
kernel-qcow2-util-linux-be060aa113171c251e5742120018b42e7d529b9b.zip
fsck: use <var> in usage()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fsck/fsck.c')
-rw-r--r--fsck/fsck.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fsck/fsck.c b/fsck/fsck.c
index 9197111a3..747a3450e 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 <type> 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 <fd> 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."));