From 8e9b467863393231854d6a580e2157e48ba1e8a9 Mon Sep 17 00:00:00 2001 From: charnier Date: Thu, 19 Jun 1997 14:44:24 +0000 Subject: Sync usage string according to man page. --- sbin/umount/umount.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sbin/umount') diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index 6c54b35..f4951e4 100644 --- a/sbin/umount/umount.c +++ b/sbin/umount/umount.c @@ -377,9 +377,8 @@ xdr_dir(xdrsp, dirp) void usage() { - (void)fprintf(stderr, - "usage: %s\n %s\n", - "umount [-fv] [-t fstypelist] special | node", - "umount -a[fv] [-h host] [-t fstypelist]"); + (void)fprintf(stderr, "%s\n%s\n", + "usage: umount [-fv] special | node", + " umount -a | -A [-fv] [-h host] [-t type]"); exit(1); } -- cgit v1.1