summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index a82cb0c..c1d1edf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -556,11 +556,11 @@ static void parse_opts(int argc, char **argv)
556 int c; 556 int c;
557 557
558#ifdef HAVE_SYSTEMD 558#ifdef HAVE_SYSTEMD
559 const char* opts_spec = "hfvVuU:xXsnzl:p"; 559 const char* opts_spec = "hfvVuU:xXsnzl:pS:";
560#elif HAVE_UDEV 560#elif HAVE_UDEV
561 const char* opts_spec = "hfvVuU:xXnzl:p"; 561 const char* opts_spec = "hfvVuU:xXnzl:pS:";
562#else 562#else
563 const char* opts_spec = "hfvVU:xXnzl:p"; 563 const char* opts_spec = "hfvVU:xXnzl:pS:";
564#endif 564#endif
565 565
566 while (1) { 566 while (1) {