From 4fb133adea638d64bfacced4006189ee52c04c1e Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 1 Oct 2002 13:44:15 +0000 Subject: [PATCH] Changed "file system" back to "filesystem" in the usage message. English rules don't apply to tokens that are supposed to represent single args. This was only fixed in the man page. Fixed other differences between the man page and the usage message (1 formatting bug and 1 syntax bug). --- sbin/dump/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/dump/main.c b/sbin/dump/main.c index de6ecf764dfc..f4f108b76f53 100644 --- a/sbin/dump/main.c +++ b/sbin/dump/main.c @@ -525,9 +525,9 @@ usage(void) "k" #endif "nSu] [-B records] [-b blocksize] [-D dumpdates]\n" - " [-d density] [-f file ] [-h level] [-s feet] " - "[-T date] file system\n" - " dump [-W | -w]\n"); + " [-d density] [-f file] [-h level] [-s feet] " + "[-T date] filesystem\n" + " dump -W | -w\n"); exit(X_STARTUP); }