1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-02-22 13:42:26 +01:00

Fixed Help Printing

This commit is contained in:
Ryan Greenup 2020-07-15 01:02:12 +10:00
parent 36c6c36706
commit a20ddf271f

View File

@ -63,9 +63,9 @@ arguments () {
while test $# -gt 0
do
case "$1" in
--help) Help
--help) mainHelp && exit 0
;;
-h) Help
-h) mainHelp && exit 0
;;
find) shift; NoteFind "${@:-}" ## Don't steal function name
;;