The -a option (autosize) option got mangled during the Lite2 merge.

Pointed out by:  Tom Jackson <tom@peeper.jackson.org>
This commit is contained in:
Peter Wemm 1997-03-15 05:32:40 +00:00
parent 2e6c23155e
commit 79aed3fe40
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23891

View File

@ -117,7 +117,7 @@ main(argc, argv)
usage(); usage();
obsolete(&argc, &argv); obsolete(&argc, &argv);
while ((ch = getopt(argc, argv, "0123456789B:b:cd:f:h:ns:T:uWw")) != -1) while ((ch = getopt(argc, argv, "0123456789aB:b:cd:f:h:ns:T:uWw")) != -1)
switch (ch) { switch (ch) {
/* dump level */ /* dump level */
case '0': case '1': case '2': case '3': case '4': case '0': case '1': case '2': case '3': case '4':
@ -482,7 +482,7 @@ static void
usage() usage()
{ {
(void)fprintf(stderr, "usage: dump [-0123456789cnu] [-B records] [-b blocksize] [-d density] [-f file]\n [-h level] [-s feet] [-T date] filesystem\n"); (void)fprintf(stderr, "usage: dump [-0123456789acnu] [-B records] [-b blocksize] [-d density] [-f file]\n [-h level] [-s feet] [-T date] filesystem\n");
(void)fprintf(stderr, " dump [-W | -w]\n"); (void)fprintf(stderr, " dump [-W | -w]\n");
exit(1); exit(1);
} }
@ -584,7 +584,6 @@ obsolete(argcp, argvp)
for (flags = 0; *ap; ++ap) { for (flags = 0; *ap; ++ap) {
switch (*ap) { switch (*ap) {
case 'a':
case 'B': case 'B':
case 'b': case 'b':
case 'd': case 'd':