The -s option should not assume -U.

MFC After:	2 weeks
This commit is contained in:
Anton Berezin 2003-03-19 10:56:34 +00:00
parent 9b6595a08d
commit 0f02c85ed1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112403

View File

@ -127,6 +127,7 @@ main(int argc, char *argv[])
crc_total = ~strtoul(optarg, &p, 0);
if (*p)
errx(1, "illegal seed value -- %s", optarg);
break;
case 'U':
Uflag = 1;
uflag = 1;