mke2fs: mention -F in usage text
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 22 Oct 2009 10:24:48 +0000 (12:24 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 22 Oct 2009 10:24:48 +0000 (12:24 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/usage.h

index 4e561b3..8316c43 100644 (file)
        )
 
 #define mkfs_ext2_trivial_usage \
+       "[-Fn] " \
        /* "[-c|-l filename] " */ \
        "[-b BLK_SIZE] " \
        /* "[-f fragment-size] [-g blocks-per-group] " */ \
        /* "[-o creator-os] [-O feature[,...]] [-q] " */ \
        /* "[r fs-revision-level] [-E extended-options] [-v] [-F] " */ \
        "[-L LABEL] " \
-       "[-n] " \
        /* "[-M last-mounted-directory] [-S] [-T filesystem-type] " */ \
        "BLOCKDEV [KBYTES]"
 #define mkfs_ext2_full_usage "\n" \
 /*   "\n       -c              Check device for bad blocks" */ \
 /*   "\n       -E opts         Set extended options" */ \
 /*   "\n       -f size         Fragment size in bytes" */ \
-/*   "\n       -F              Force (ignore sanity checks)" */ \
+     "\n       -F              Force" \
 /*   "\n       -g num          Number of blocks in a block group" */ \
      "\n       -i RATIO        Max number of files is filesystem_size / RATIO" \
      "\n       -I BYTES        Inode size (min 128)" \