From 4ed38f17c703061e0370cb22044b10e3bd9cadad Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Thu, 27 Sep 2007 21:26:29 +0200
Subject: Fixing typing error, thanks to Maarten ter Huurne
 <maarten.ter.huurne@philips.com>.

---
 helpers/lh_config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/lh_config b/helpers/lh_config
index a69bf3b..0c4c256 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
 				;;
-- 
cgit v1.0