about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--snooze.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/snooze.c b/snooze.c
index 2f4a6ec..0c49e24 100644
--- a/snooze.c
+++ b/snooze.c
@@ -242,7 +242,7 @@ int main(int argc, char *argv[])
 	minute[0] = '*';
 	second[0] = '*';
 
-	while ((c = getopt(argc, argv, "D:W:H:M:S:T:R:d:m:ns:t:vw:")) != -1)
+	while ((c = getopt(argc, argv, "+D:W:H:M:S:T:R:d:m:ns:t:vw:")) != -1)
                 switch(c) {
 		case 'D': parse(optarg, dayofyear, sizeof dayofyear, -1); break;
 		case 'W': parse(optarg, weekofyear, sizeof weekofyear, -1); break;