From d5e30d7b799676360225171af44cb11b88f9b92d Mon Sep 17 00:00:00 2001 From: Serge Vakulenko Date: Fri, 26 Sep 2014 21:05:27 -0700 Subject: [PATCH] Fixed help message for fsutil. --- tools/fsutil/fsutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/fsutil/fsutil.c b/tools/fsutil/fsutil.c index 03eefcd..86a4654 100644 --- a/tools/fsutil/fsutil.c +++ b/tools/fsutil/fsutil.c @@ -94,8 +94,8 @@ static void print_help (char *progname) printf ("Options:\n"); printf (" -c, --check Check filesystem, use -c -f to fix.\n"); printf (" -f, --fix Fix bugs in filesystem.\n"); - printf (" -n NUM, --new=NUM Create new filesystem, size in kbytes.\n"); - printf (" Add files from specified directory (optional)\n"); + printf (" -n, --new Create new filesystem; add files from\n"); + printf (" specified directory and manifest (optional)\n"); printf (" -s NUM, --size=NUM Size of filesystem in kbytes.\n"); printf (" -M file, --manifest=file\n"); printf (" List of files and attributes to create.\n");