Add help text for rc-service --resole.

This commit is contained in:
Roy Marples 2008-04-15 16:16:59 +00:00
parent 292fe3a568
commit 29369c44c1

View File

@ -53,6 +53,7 @@ static const struct option longopts[] = {
static const char * const longopts_help[] = { static const char * const longopts_help[] = {
"tests if the service exists or not", "tests if the service exists or not",
"list all available services", "list all available services",
"resolve the service name to an init script",
longopts_help_COMMON longopts_help_COMMON
}; };
#include "_usage.c" #include "_usage.c"