mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
o Remove obsoleted '-N' and '-d' flags.
This commit is contained in:
parent
1e581b9759
commit
34ee70a6a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126347
@ -497,7 +497,7 @@ main(int argc, char **argv)
|
||||
syslog(LOG_ERR, "Cannot allocate memory");
|
||||
exit(1);
|
||||
}
|
||||
while ((ch = getopt(argc, argv, "CcdfkN:vz")) != -1)
|
||||
while ((ch = getopt(argc, argv, "Ccfkvz")) != -1)
|
||||
switch(ch) {
|
||||
case 'C':
|
||||
checkfor = 1;
|
||||
@ -517,8 +517,6 @@ main(int argc, char **argv)
|
||||
case 'z':
|
||||
compress = 1;
|
||||
break;
|
||||
case 'd': /* Obsolete */
|
||||
case 'N':
|
||||
case '?':
|
||||
default:
|
||||
usage();
|
||||
|
Loading…
Reference in New Issue
Block a user