diff options
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index a69bf3b76..0c4c25636 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -515,7 +515,7 @@ Local_arguments () shift ;; - -c|-conffile) + -c|--conffile) LH_CONFFILE="${2}" shift 2 ;; |