summaryrefslogtreecommitdiff
path: root/examples/loadables/push.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/loadables/push.c')
-rw-r--r--examples/loadables/push.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/loadables/push.c b/examples/loadables/push.c
index b0760733..9bcd5c32 100644
--- a/examples/loadables/push.c
+++ b/examples/loadables/push.c
@@ -51,6 +51,7 @@ push_builtin (list)
{
switch (opt)
{
+ CASE_HELPOPT;
default:
builtin_usage ();
return (EX_USAGE);