From 07015787f68721c551da917eaf73ffd0e4cf58c6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 27 Sep 2007 21:26:29 +0200 Subject: [PATCH] Fixing typing error, thanks to Maarten ter Huurne . --- helpers/lh_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;