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] []" #define getoptstring "a:o:s:S" getoptstring_COMMON static const struct option longopts[] = { { "applet", 1, NULL, 'a' },