From bed30e97005aca748a44806399c646633038daa8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 18 Oct 1999 19:02:32 +0000 Subject: More fixes --- util-linux/umount.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'util-linux') diff --git a/util-linux/umount.c b/util-linux/umount.c index 04cd8a0..a83a508 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c @@ -26,8 +26,11 @@ #include #include -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() -- cgit v1.1