mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-06 14:16:33 +02:00
Fixed Help Printing
This commit is contained in:
@@ -63,9 +63,9 @@ arguments () {
|
|||||||
while test $# -gt 0
|
while test $# -gt 0
|
||||||
do
|
do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
--help) Help
|
--help) mainHelp && exit 0
|
||||||
;;
|
;;
|
||||||
-h) Help
|
-h) mainHelp && exit 0
|
||||||
;;
|
;;
|
||||||
find) shift; NoteFind "${@:-}" ## Don't steal function name
|
find) shift; NoteFind "${@:-}" ## Don't steal function name
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user