move remaining help text from include/usage.src.h
Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
73ef15cf38
commit
5bc8c005a8
@ -63,6 +63,17 @@
|
||||
* removed getopt based parser and added a hand rolled one.
|
||||
*/
|
||||
|
||||
//usage:#define mkfs_minix_trivial_usage
|
||||
//usage: "[-c | -l FILE] [-nXX] [-iXX] BLOCKDEV [KBYTES]"
|
||||
//usage:#define mkfs_minix_full_usage "\n\n"
|
||||
//usage: "Make a MINIX filesystem\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -c Check device for bad blocks"
|
||||
//usage: "\n -n [14|30] Maximum length of filenames"
|
||||
//usage: "\n -i INODES Number of inodes for the filesystem"
|
||||
//usage: "\n -l FILE Read bad blocks list from FILE"
|
||||
//usage: "\n -v Make version 2 filesystem"
|
||||
|
||||
#include "libbb.h"
|
||||
#include <mntent.h>
|
||||
|
||||
|
Reference in New Issue
Block a user