mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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).
This commit is contained in:
parent
658a755b6a
commit
4fb133adea
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue