From 9cf3bfa7c1bf3ad959c61711c9a5ac1969149300 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Thu, 13 Apr 2000 18:49:43 +0000 Subject: More doc updates for BusyBox, with fixes to apps for bugs revealed while trying to write docs . :-) -Erik --- mount.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mount.c') diff --git a/mount.c b/mount.c index 329c07780..972e5066c 100644 --- a/mount.c +++ b/mount.c @@ -83,8 +83,6 @@ static const char mount_usage[] = "\tmount [flags]\n" "\tsuid / nosuid:\tAllow set-user-id-root programs / disallow them.\n" "\tremount: Re-mount a currently-mounted filesystem, changing its flags.\n" "\tro / rw: Mount for read-only / read-write.\n" - "\t" - "There are EVEN MORE flags that are specific to each filesystem.\n" "You'll have to see the written documentation for those.\n"; -- cgit v1.2.3