aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/i4b/isdndebug/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/i4b/isdndebug/main.c')
-rw-r--r--usr.sbin/i4b/isdndebug/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/i4b/isdndebug/main.c b/usr.sbin/i4b/isdndebug/main.c
index 902a74c09c8a..2693fcd5023e 100644
--- a/usr.sbin/i4b/isdndebug/main.c
+++ b/usr.sbin/i4b/isdndebug/main.c
@@ -27,7 +27,7 @@
* main.c - i4b set debug options
* ------------------------------
*
- * $Id: main.c,v 1.3 1999/05/20 10:13:12 hm Exp $
+ * $Id: main.c,v 1.4 1999/05/23 23:24:11 imp Exp $
*
* last edit-date: [Wed Apr 28 16:47:28 1999]
*
@@ -84,7 +84,7 @@ main(int argc, char **argv)
ctl_debug_t cdbg;
int ret;
- while ((c = getopt(argc, argv, "eghl:mrs:u:zH?")) != -1)
+ while ((c = getopt(argc, argv, "eghl:mrs:u:zH")) != -1)
{
switch(c)
{