summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/ccdconfig/ccdconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c
index bae89a9..6078c7c 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;
OpenPOWER on IntegriCloud