Fix -s and -S.

This commit is contained in:
Roy Marples 2010-03-26 22:10:03 +00:00
parent ae7a92ae7b
commit 4d86d34635

View File

@ -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' },