diff options
author | Roy Marples <roy@marples.name> | 2007-09-21 11:52:37 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-21 11:52:37 +0000 |
commit | e0d06f556ea52ee7e7d2044f116bd94187448577 (patch) | |
tree | 9c735041ff7c3204cbd95712ece6ee4dd7f859fc /src/rc-status.c | |
parent | faa555efe24bd77f751c65c76596034ad7d2fe90 (diff) |
Add extraopts to our usage
Diffstat (limited to 'src/rc-status.c')
-rw-r--r-- | src/rc-status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc-status.c b/src/rc-status.c index 5cde05ef..f75bfb83 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'}, |