aboutsummaryrefslogtreecommitdiff
path: root/umount.c
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-23 18:19:02 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-23 18:19:02 +0000
commit56c31f14e31948366da595479dd9fc6f32cbbb5f (patch)
tree2728cbb296484026cb657f92f78e1bb0806ba6f4 /umount.c
parentdf6986a40984363be0005bcb8828f9e2ac222f9e (diff)
downloadbusybox-w32-56c31f14e31948366da595479dd9fc6f32cbbb5f.tar.gz
busybox-w32-56c31f14e31948366da595479dd9fc6f32cbbb5f.tar.bz2
busybox-w32-56c31f14e31948366da595479dd9fc6f32cbbb5f.zip
* added (and documented) "-n" option for head -
contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik git-svn-id: svn://busybox.net/trunk/busybox@336 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'umount.c')
-rw-r--r--umount.c2
1 files changed, 1 insertions, 1 deletions
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);
37#endif 37#endif
38 38
39static const char umount_usage[] = 39static const char umount_usage[] =
40"Usage: umount [flags] filesystem|directory\n\n" 40"umount [flags] filesystem|directory\n\n"
41"Flags:\n" 41"Flags:\n"
42"\t-a:\tUnmount all file systems" 42"\t-a:\tUnmount all file systems"
43#ifdef BB_MTAB 43#ifdef BB_MTAB