summaryrefslogtreecommitdiff
path: root/src/rc/rc-service.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-04-15 16:16:59 +0000
committerRoy Marples <roy@marples.name>2008-04-15 16:16:59 +0000
commit29369c44c16e2cc4b162476022e400a913549758 (patch)
treefd92e524b7006e64af0c78d8c1d20521320c7b9f /src/rc/rc-service.c
parent292fe3a5683342184d0b4905e02b06f8527d8691 (diff)
downloadopenrc-29369c44c16e2cc4b162476022e400a913549758.tar.gz
openrc-29369c44c16e2cc4b162476022e400a913549758.tar.bz2
openrc-29369c44c16e2cc4b162476022e400a913549758.tar.xz
Add help text for rc-service --resole.
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 bcbf3db..11b6b58 100644
--- a/src/rc/rc-service.c
+++ b/src/rc/rc-service.c
@@ -53,6 +53,7 @@ static const struct option longopts[] = {
static const char * const longopts_help[] = {
"tests if the service exists or not",
"list all available services",
+ "resolve the service name to an init script",
longopts_help_COMMON
};
#include "_usage.c"