aboutsummaryrefslogtreecommitdiff
path: root/src/rc-status.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/rc-status.c
parentdb468457dc4c1b15f62b09d70a43d418343020b8 (diff)
Improve applet help a little. Also, if mountinfo as any mounts given, work explictly with --netdev/--nonetdev
Diffstat (limited to 'src/rc-status.c')
-rw-r--r--src/rc-status.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rc-status.c b/src/rc-status.c
index b23c93a7..77654c25 100644
--- a/src/rc-status.c
+++ b/src/rc-status.c
@@ -69,13 +69,12 @@ static const struct option longopts[] = {
{"servicelist", 0, NULL, 's'},
{"unused", 0, NULL, 'u'},
longopts_COMMON
- {NULL, 0, NULL, 0}
};
static const char * const longopts_help[] = {
"Show services from all run levels",
"Show list of run levels",
"Show service list",
- "Show services not assigned to any run level",
+ "Show services not assigned to any runlevel",
longopts_help_COMMON
};
#include "_usage.c"