From 815e90447064e287ad181c1231636e7f1b44f76c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 6 Jun 2000 16:15:23 +0000 Subject: Fixed a bunch of stuff: * Fixed segfault caused by "touch -c" * Fixed segfault caused by "rm -f" * Fixed segfault caused by "ln -s -s" and similar abuses. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- " updated docs accordingly. -Erik --- util-linux/mkfs_minix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index c6f057a..ef37c38 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c @@ -188,7 +188,7 @@ static volatile void show_usage() 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"); + "\t-i INODES\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"); -- cgit v1.1