aboutsummaryrefslogtreecommitdiff
path: root/umount.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-18 19:02:32 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-18 19:02:32 +0000
commitbed30e97005aca748a44806399c646633038daa8 (patch)
treecdba32234f059656b0279b324ae28c742692cd0c /umount.c
parent9b5871888989b16f94cbba5dd304ac444def3afd (diff)
downloadbusybox-bed30e97005aca748a44806399c646633038daa8.tar.gz
More fixes
Diffstat (limited to 'umount.c')
-rw-r--r--umount.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/umount.c b/umount.c
index 04cd8a080..a83a508f7 100644
--- a/umount.c
+++ b/umount.c
@@ -26,8 +26,11 @@
#include <fstab.h>
#include <errno.h>
-const char umount_usage[] = "\tumount {filesystem|directory}\n"
-"or to unmount all mounted file systems:\n\tumount -a\n";
+const char umount_usage[] =
+"Usage: umount filesystem\n"
+" or: umount directory\n"
+" or: umount -a"
+"to unmount all mounted file systems.\n";
static int
umount_all()