mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
Removed -M and -N from getopt(3) call as well.
This commit is contained in:
parent
8fc5ce4d99
commit
5788dd0ee8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83329
@ -98,7 +98,7 @@ main(argc, argv)
|
||||
{
|
||||
int ch, options = 0, action = CCD_CONFIG;
|
||||
|
||||
while ((ch = getopt(argc, argv, "cCf:gM:N:uUv")) != -1) {
|
||||
while ((ch = getopt(argc, argv, "cCf:guUv")) != -1) {
|
||||
switch (ch) {
|
||||
case 'c':
|
||||
action = CCD_CONFIG;
|
||||
|
Loading…
Reference in New Issue
Block a user