From 5509af7073ffff75d86ff8c67a2075169a859efd Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sun, 23 Jan 2000 18:19:02 +0000 Subject: * added (and documented) "-n" option for head - contributed Friedrich Vedder * Cleanup for a number of usage messages -- also contributed Friedrich Vedder -Erik --- umount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'umount.c') diff --git a/umount.c b/umount.c index af1b3a43e..9ad6f26c2 100644 --- a/umount.c +++ b/umount.c @@ -37,7 +37,7 @@ static int del_loop(const char *device); #endif static const char umount_usage[] = -"Usage: umount [flags] filesystem|directory\n\n" +"umount [flags] filesystem|directory\n\n" "Flags:\n" "\t-a:\tUnmount all file systems" #ifdef BB_MTAB -- cgit v1.2.3