rc: add usage message

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
This commit is contained in:
Andrew Gregory 2013-02-24 12:06:40 -05:00 committed by William Hubbs
parent a82a2b5f7c
commit 67377cc09f

View File

@ -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' },