]> www.infradead.org Git - mtd-utils.git/commitdiff
mkfs.ubifs: amend help print
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 7 Sep 2008 13:46:41 +0000 (16:46 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 7 Sep 2008 13:46:41 +0000 (16:46 +0300)
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
mkfs.ubifs/mkfs.ubifs.c

index 2ea8f7b88d8835c45dec97e0090d8a93e6e183f1..e24e4283e76cc4fd2feec4e735e36f480e48f725 100644 (file)
@@ -163,10 +163,11 @@ static const char *helptext =
 "                         (default: \"lzo\")\n"
 "-f, --fanout=NUM         fanout NUM (default: 8)\n"
 "-k, --keyhash=TYPE       key hash type - \"r5\" or \"test\" (default: \"r5\")\n"
-"-l, --log-lebs=COUNT     count of erase blocks for the log\n"
 "-p, --orph-lebs=COUNT    count of erase blocks for orphans (default: 1)\n"
 "-D, --devtable=FILE      use device table FILE\n"
 "-U, --squash-uids        squash owners making all files owned by root\n"
+"-l, --log-lebs=COUNT     count of erase blocks for the log (used only for\n"
+"                         debugging)\n"
 "-v, --verbose            verbose operation\n"
 "-V, --version            display version information\n"
 "-g, --debug=LEVEL        display debug information (0 - none, 1 - statistics,\n"