Grr. I keep forgetting things. Include -C in dump's usage() .

This commit is contained in:
Matthew Dillon 2003-01-13 19:56:03 +00:00
parent ea8123f92b
commit f2dddb665e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109189

View File

@ -578,7 +578,7 @@ usage(void)
#endif
"nSu] [-B records] [-b blocksize] [-D dumpdates]\n"
" [-d density] [-f file] [-h level] [-s feet] "
"[-T date] filesystem\n"
"[-T date] [-C cachesizeMB] filesystem\n"
" dump -W | -w\n");
exit(X_STARTUP);
}