index
:
bash-notes
gitsupport
master
A simple note taking app written in bash
by Danilo aka danix
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
notes.sh
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'notes.sh')
-rw-r--r--
notes.sh
3
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