diff options
| author | danix <danix@danix.xyz> | 2023-03-25 11:35:06 +0100 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2023-03-25 11:35:06 +0100 |
| commit | 3d116947e6658f6cd542a8a47b91648156475ece (patch) | |
| tree | 331bfb2c709eefba02dab2aa096da641abd125bd | |
| parent | b648c00619721c0f5ee56c03ae33a1e68b35cf9c (diff) | |
| download | bash-notes-3d116947e6658f6cd542a8a47b91648156475ece.tar.gz bash-notes-3d116947e6658f6cd542a8a47b91648156475ece.zip | |
running the program without options now displays the help text
modified: notes.sh
| -rw-r--r-- | notes.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -294,7 +294,8 @@ while true; do exit ;; -- ) - shift; break + helptext + exit ;; * ) break |
