diff options
author | Rob Landley <rob@landley.net> | 2014-02-04 06:20:14 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-02-04 06:20:14 -0600 |
commit | 5486075caee329fcc5ab7766a8a571fd3a45d363 (patch) | |
tree | c5dfa77165c3b212007435b6ac6fb05577a8fc1a /toys/pending/mke2fs.c | |
parent | a89f8aa4f9181fa2de082ec3656743c64c85f6fc (diff) | |
download | toybox-5486075caee329fcc5ab7766a8a571fd3a45d363.tar.gz |
Tweak help text.
Diffstat (limited to 'toys/pending/mke2fs.c')
-rw-r--r-- | toys/pending/mke2fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/mke2fs.c b/toys/pending/mke2fs.c index 750e4424..a2c15291 100644 --- a/toys/pending/mke2fs.c +++ b/toys/pending/mke2fs.c @@ -26,7 +26,7 @@ config MKE2FS_JOURNAL default n depends on MKE2FS help - usage: [-j] [-J size=###,device=XXX] + usage: mke2fs [-j] [-J size=###,device=XXX] -j Create journal (ext3) -J Journal options |