summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-10-01 13:44:15 +0000
committerbde <bde@FreeBSD.org>2002-10-01 13:44:15 +0000
commit810d5e3a0b576d3b2548ad95c958fa1d170aba81 (patch)
tree3d1dc26691ce4c4a9e11bf46b41aab7ce6a794bc /sbin/dump
parentd1745bcd0cc41383aea9c6dc534cc1d853c5d59a (diff)
downloadFreeBSD-src-810d5e3a0b576d3b2548ad95c958fa1d170aba81.zip
FreeBSD-src-810d5e3a0b576d3b2548ad95c958fa1d170aba81.tar.gz
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).
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dump/main.c b/sbin/dump/main.c
index de6ecf7..f4f108b 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);
}
OpenPOWER on IntegriCloud