diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-22 12:15:33 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-22 12:15:33 +0200 |
commit | 838e07aace356e197cd37b23a37c673a556d88bd (patch) | |
tree | debc958b582b7f46d9ac55747d22858ef3213470 /include | |
parent | 149a32a19b8f7f38b5d39cf4f0e19a4517699f80 (diff) | |
download | busybox-w32-838e07aace356e197cd37b23a37c673a556d88bd.tar.gz busybox-w32-838e07aace356e197cd37b23a37c673a556d88bd.tar.bz2 busybox-w32-838e07aace356e197cd37b23a37c673a556d88bd.zip |
trimming help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 01f6daf13..4e561b388 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2732,7 +2732,7 @@ | |||
2732 | /* "\n -f size Fragment size in bytes" */ \ | 2732 | /* "\n -f size Fragment size in bytes" */ \ |
2733 | /* "\n -F Force (ignore sanity checks)" */ \ | 2733 | /* "\n -F Force (ignore sanity checks)" */ \ |
2734 | /* "\n -g num Number of blocks in a block group" */ \ | 2734 | /* "\n -g num Number of blocks in a block group" */ \ |
2735 | "\n -i RATIO Set max number of files to filesystem_size / RATIO" \ | 2735 | "\n -i RATIO Max number of files is filesystem_size / RATIO" \ |
2736 | "\n -I BYTES Inode size (min 128)" \ | 2736 | "\n -I BYTES Inode size (min 128)" \ |
2737 | /* "\n -j Create a journal (ext3)" */ \ | 2737 | /* "\n -j Create a journal (ext3)" */ \ |
2738 | /* "\n -J opts Set journal options (size/device)" */ \ | 2738 | /* "\n -J opts Set journal options (size/device)" */ \ |