diff options
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c index 6d04b3dd..ccafbe38 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -773,7 +773,7 @@ handle_bad_signal(int sig) #endif #include "_usage.h" -#define getoptstring "o:" getoptstring_COMMON +#define getoptstring "o:s:S" getoptstring_COMMON static const struct option longopts[] = { { "override", 1, NULL, 'o' }, { "service", 1, NULL, 's' }, |