summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--notes.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/notes.sh b/notes.sh
index 04a2582..87bb430 100644
--- a/notes.sh
+++ b/notes.sh
@@ -294,7 +294,8 @@ while true; do
exit
;;
-- )
- shift; break
+ helptext
+ exit
;;
* )
break