diff options
-rwxr-xr-x | functions/arguments.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/arguments.sh b/functions/arguments.sh index 787335357..a5ee8dd4a 100755 --- a/functions/arguments.sh +++ b/functions/arguments.sh @@ -29,7 +29,7 @@ Arguments () shift ;; - -c|-conffile) + -c|--conffile) LH_CONFFILE="${2}" shift 2 ;; |