Improve applet help a little. Also, if mountinfo as any mounts given, work explictly with --netdev/--nonetdev

This commit is contained in:
Roy Marples
2007-10-09 17:41:53 +00:00
parent db468457dc
commit d468572206
12 changed files with 24 additions and 31 deletions

View File

@@ -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"