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:
parent
36c6c36706
commit
a20ddf271f
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user