diff options
Diffstat (limited to 'src/rc/rc.c')
-rw-r--r-- | src/rc/rc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c index 25900484..a5d70850 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -727,6 +727,8 @@ handle_bad_signal(int sig) #endif #include "_usage.h" +#define usagestring "" \ + "Usage: rc [options] [<runlevel>]" #define getoptstring "a:o:s:S" getoptstring_COMMON static const struct option longopts[] = { { "applet", 1, NULL, 'a' }, |