aboutsummaryrefslogtreecommitdiff
path: root/mkfs.ubifs
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-09-07 16:46:41 +0300
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-09-07 16:46:41 +0300
commit05bd6d8b3c6b56720830411b54bb00ef595769d7 (patch)
tree87f91ae0ae8001ed676e36847841dca66b626727 /mkfs.ubifs
parent683bdd7fbea9095beed06562764042201db006d1 (diff)
mkfs.ubifs: amend help print
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'mkfs.ubifs')
-rw-r--r--mkfs.ubifs/mkfs.ubifs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkfs.ubifs/mkfs.ubifs.c b/mkfs.ubifs/mkfs.ubifs.c
index 2ea8f7b..e24e428 100644
--- a/mkfs.ubifs/mkfs.ubifs.c
+++ b/mkfs.ubifs/mkfs.ubifs.c
@@ -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"