Fixed help message for fsutil.

This commit is contained in:
Serge Vakulenko
2014-09-26 21:05:27 -07:00
parent a8d9b3d01f
commit d5e30d7b79

View File

@@ -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");