aboutsummaryrefslogtreecommitdiff
path: root/src/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc.c')
-rw-r--r--src/rc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rc.c b/src/rc.c
index c84c49e5..da805ccb 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -710,11 +710,14 @@ static void run_script (const char *script) {
}
#include "_usage.h"
-#define getoptstring getoptstring_COMMON
+#define getoptstring getoptstring_COMMON
static struct option longopts[] = {
longopts_COMMON
{ NULL, 0, NULL, 0}
};
+static const char * const longopts_help[] = {
+ longopts_help_COMMON
+};
#include "_usage.c"
int main (int argc, char **argv)