summaryrefslogtreecommitdiffstats
path: root/fsck/fsck.c
diff options
context:
space:
mode:
authorKarel Zak2011-08-16 10:31:08 +0200
committerKarel Zak2011-08-16 10:31:08 +0200
commite6e060ec8f4933bd267c825c4d6be34d00d16b4f (patch)
treece7f8496448087b123f6213cd0ee7c3b93f8bf06 /fsck/fsck.c
parentsfdisk: indent usage() (diff)
downloadkernel-qcow2-util-linux-e6e060ec8f4933bd267c825c4d6be34d00d16b4f.tar.gz
kernel-qcow2-util-linux-e6e060ec8f4933bd267c825c4d6be34d00d16b4f.tar.xz
kernel-qcow2-util-linux-e6e060ec8f4933bd267c825c4d6be34d00d16b4f.zip
fsck: indent usage()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fsck/fsck.c')
-rw-r--r--fsck/fsck.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/fsck/fsck.c b/fsck/fsck.c
index 387b5b952..9197111a3 100644
--- a/fsck/fsck.c
+++ b/fsck/fsck.c
@@ -1215,19 +1215,19 @@ static void __attribute__((__noreturn__)) usage(void)
program_invocation_short_name);
puts(_( "\nOptions:\n"
- " -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"
+ " -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"
- " -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"
- " -V explain what is being done\n"
- " -? display this help and exit\n\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"
+ " -V explain what is being done\n"
+ " -? display this help and exit\n\n"
"See fsck.* commands for fs-options."));
exit(EXIT_USAGE);