diff options
Diffstat (limited to 'src/start-stop-daemon.c')
-rw-r--r-- | src/start-stop-daemon.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index 8c43a407..1b4c7f28 100644 --- a/src/start-stop-daemon.c +++ b/src/start-stop-daemon.c @@ -487,6 +487,30 @@ static struct option longopts[] = { longopts_COMMON { NULL, 0, NULL, 0} }; +static const char * const longopts_help[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + longopts_help_COMMON +}; #include "_usage.c" int start_stop_daemon (int argc, char **argv) |