summaryrefslogtreecommitdiff
path: root/src/rc/rc-service.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-04-07 11:48:32 +0000
committerRoy Marples <roy@marples.name>2008-04-07 11:48:32 +0000
commit71dd28065663fcd56a8160ecb1be262235a648b8 (patch)
tree91504cd42a05c68050fbabd09bc7c50b566be798 /src/rc/rc-service.c
parent594d98eddca016ef6f74f0a1d07ea4a8c70d193d (diff)
downloadopenrc-71dd28065663fcd56a8160ecb1be262235a648b8.tar.gz
openrc-71dd28065663fcd56a8160ecb1be262235a648b8.tar.bz2
openrc-71dd28065663fcd56a8160ecb1be262235a648b8.tar.xz
Fix rc-service --help output.
Diffstat (limited to 'src/rc/rc-service.c')
-rw-r--r--src/rc/rc-service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/rc-service.c b/src/rc/rc-service.c
index 5c6fc3d..bcbf3db 100644
--- a/src/rc/rc-service.c
+++ b/src/rc/rc-service.c
@@ -51,6 +51,7 @@ static const struct option longopts[] = {
longopts_COMMON
};
static const char * const longopts_help[] = {
+ "tests if the service exists or not",
"list all available services",
longopts_help_COMMON
};