From 67377cc09fb597e4e65fde52ca0c5cb269d00c15 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sun, 24 Feb 2013 12:06:40 -0500 Subject: rc: add usage message Signed-off-by: Andrew Gregory --- src/rc/rc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rc/rc.c') diff --git a/src/rc/rc.c b/src/rc/rc.c index 2590048..a5d7085 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] []" #define getoptstring "a:o:s:S" getoptstring_COMMON static const struct option longopts[] = { { "applet", 1, NULL, 'a' }, -- cgit v1.2.3