summaryrefslogtreecommitdiffstats
path: root/src/barebox-state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/barebox-state.c')
-rw-r--r--src/barebox-state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/barebox-state.c b/src/barebox-state.c
index 4bd77cf..24e13d2 100644
--- a/src/barebox-state.c
+++ b/src/barebox-state.c
@@ -391,6 +391,7 @@ static struct option long_options[] = {
{"dump-shell", no_argument, 0, OPT_DUMP_SHELL },
{"verbose", no_argument, 0, 'v' },
{"help", no_argument, 0, 'h' },
+ { }
};
static void usage(char *name)