aboutsummaryrefslogtreecommitdiff
path: root/src/start-stop-daemon.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-09 17:41:53 +0000
committerRoy Marples <roy@marples.name>2007-10-09 17:41:53 +0000
commitd4685722060c23b625164beccacab6b476fcd5cd (patch)
tree8a328b3a64a4f192ce103b07c48cad4f4cdc9989 /src/start-stop-daemon.c
parentdb468457dc4c1b15f62b09d70a43d418343020b8 (diff)
Improve applet help a little. Also, if mountinfo as any mounts given, work explictly with --netdev/--nonetdev
Diffstat (limited to 'src/start-stop-daemon.c')
-rw-r--r--src/start-stop-daemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c
index 0b7c94fe..86eccb12 100644
--- a/src/start-stop-daemon.c
+++ b/src/start-stop-daemon.c
@@ -484,7 +484,6 @@ static struct option longopts[] = {
{ "stdout", 1, NULL, '1'},
{ "stderr", 1, NULL, '2'},
longopts_COMMON
- { NULL, 0, NULL, 0}
};
static const char * const longopts_help[] = {
"Stop daemon",