o '-s' flag was killed in rev. 1.75. Clean getopt(3).

PR:		bin/104616
Submitted by:	Oliver Fromme
MFC after:	1 week
This commit is contained in:
Maxim Konovalov 2006-10-20 13:10:27 +00:00
parent d0ea53f561
commit f72bbf974b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163539

View File

@ -148,7 +148,7 @@ main(int argc, char *argv[])
int ch, error = 0;
char const *name = 0;
while ((ch = getopt(argc, argv, "ABb:efm:nRrs:w")) != -1)
while ((ch = getopt(argc, argv, "ABb:efm:nRrw")) != -1)
switch (ch) {
case 'A':
allfields = 1;