diff options
author | Roy Marples <roy@marples.name> | 2010-03-26 22:10:03 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2010-03-26 22:10:03 +0000 |
commit | 4d86d346354543f27058923587dd25f8c460363c (patch) | |
tree | 90665a537364b270e47c2062580ebe59f42aaa7f /src/rc | |
parent | ae7a92ae7b54fd832a211546edeb290f854fdad2 (diff) |
Fix -s and -S.
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' }, |