really, this time for sure. Fix formatting in usage().

This commit is contained in:
Matthew Dillon 2003-01-13 19:58:05 +00:00
parent f2dddb665e
commit be013c3a8c

View File

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