diff options
Diffstat (limited to 'sbin/ccdconfig')
-rw-r--r-- | sbin/ccdconfig/ccdconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c index bae89a93ab0e..6078c7cbf81f 100644 --- a/sbin/ccdconfig/ccdconfig.c +++ b/sbin/ccdconfig/ccdconfig.c @@ -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; |