From d73dc5b07390fb90e7f605871c993a28eedf1d46 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 10 Nov 1999 23:13:02 +0000 Subject: Updates to usage, and made tar work. -Erik --- util-linux/mkfs_minix.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'util-linux/mkfs_minix.c') diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index 926a023b4..b90d3a700 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c @@ -171,10 +171,15 @@ static volatile void die(char *str) { static volatile void show_usage() { - fprintf(stderr, "%s\n", program_name); - fprintf(stderr, - "Usage: %s [-c | -l filename] [-nXX] [-iXX] /dev/name [blocks]\n", - program_name); + fprintf(stderr, "BusyBox v%s (%s) multi-call binary -- GPL2\n\n", BB_VER, BB_BT); + fprintf(stderr, "Usage: %s [-c | -l filename] [-nXX] [-iXX] /dev/name [blocks]\n\n", program_name); + fprintf(stderr, "Make a MINIX filesystem.\n\n"); + fprintf(stderr, "OPTIONS:\n"); + fprintf(stderr, "\t-c\t\tCheck the device for bad blocks\n"); + fprintf(stderr, "\t-n [14|30]\tSpecify the maximum length of filenames\n"); + fprintf(stderr, "\t-i\t\tSpecify the number of inodes for the filesystem\n"); + fprintf(stderr, "\t-l FILENAME\tRead the bad blocks list from FILENAME\n"); + fprintf(stderr, "\t-v\t\tMake a Minix version 2 filesystem\n\n"); exit(16); } -- cgit v1.2.3