summaryrefslogtreecommitdiff
path: root/src/rc-status.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-21 11:52:37 +0000
committerRoy Marples <roy@marples.name>2007-09-21 11:52:37 +0000
commite0d06f556ea52ee7e7d2044f116bd94187448577 (patch)
tree9c735041ff7c3204cbd95712ece6ee4dd7f859fc /src/rc-status.c
parentfaa555efe24bd77f751c65c76596034ad7d2fe90 (diff)
downloadopenrc-e0d06f556ea52ee7e7d2044f116bd94187448577.tar.gz
openrc-e0d06f556ea52ee7e7d2044f116bd94187448577.tar.bz2
openrc-e0d06f556ea52ee7e7d2044f116bd94187448577.tar.xz
Add extraopts to our usage
Diffstat (limited to 'src/rc-status.c')
-rw-r--r--src/rc-status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc-status.c b/src/rc-status.c
index 5cde05e..f75bfb8 100644
--- a/src/rc-status.c
+++ b/src/rc-status.c
@@ -55,6 +55,7 @@ static void print_service (char *service)
}
#include "_usage.h"
+#define extraopts "[runlevel1] [runlevel2] ..."
#define getoptstring "alsu" getoptstring_COMMON
static const struct option longopts[] = {
{"all", 0, NULL, 'a'},