summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/calendar/calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c
index 64b5f6b..fc6f766 100644
--- a/usr.bin/calendar/calendar.c
+++ b/usr.bin/calendar/calendar.c
@@ -70,7 +70,7 @@ main(argc, argv)
(void) setlocale(LC_ALL, "");
- while ((ch = getopt(argc, argv, "?-af:t:A:B:")) != -1)
+ while ((ch = getopt(argc, argv, "-af:t:A:B:")) != -1)
switch (ch) {
case '-': /* backward contemptible */
case 'a':
OpenPOWER on IntegriCloud