summaryrefslogtreecommitdiff
path: root/examples/loadables/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/loadables/tty.c')
-rw-r--r--examples/loadables/tty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/loadables/tty.c b/examples/loadables/tty.c
index 1adc5b59..febf518b 100644
--- a/examples/loadables/tty.c
+++ b/examples/loadables/tty.c
@@ -46,6 +46,7 @@ tty_builtin (list)
case 's':
sflag = 1;
break;
+ CASE_HELPOPT;
default:
builtin_usage ();
return (EX_USAGE);