diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -556,11 +556,11 @@ static void parse_opts(int argc, char **argv) int c; #ifdef HAVE_SYSTEMD - const char* opts_spec = "hfvVuU:xXsnzl:p"; + const char* opts_spec = "hfvVuU:xXsnzl:pS:"; #elif HAVE_UDEV - const char* opts_spec = "hfvVuU:xXnzl:p"; + const char* opts_spec = "hfvVuU:xXnzl:pS:"; #else - const char* opts_spec = "hfvVU:xXnzl:p"; + const char* opts_spec = "hfvVU:xXnzl:pS:"; #endif while (1) { |