aboutsummaryrefslogtreecommitdiff
path: root/sbin/ccdconfig
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-09-11 09:49:36 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-09-11 09:49:36 +0000
commit5788dd0ee84c5c485b54ceb0b9a727370552926d (patch)
tree29de08134f9612251aae3006846ed745216dad6f /sbin/ccdconfig
parent8fc5ce4d99e3ec8e9d7591a23c14ab66544767cf (diff)
downloadsrc-5788dd0ee84c5c485b54ceb0b9a727370552926d.tar.gz
src-5788dd0ee84c5c485b54ceb0b9a727370552926d.zip
Notes
Diffstat (limited to 'sbin/ccdconfig')
-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 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;