Removed -M and -N from getopt(3) call as well.

This commit is contained in:
Ruslan Ermilov 2001-09-11 09:49:36 +00:00
parent 8fc5ce4d99
commit 5788dd0ee8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83329

View File

@ -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;