From 4ff18b78b6c89eb6a1d6147f522cb6f51cd61bc9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Oct 2007 22:17:04 +0200 Subject: [PATCH] =?UTF-8?q?Fixing=20typing=20error,=20thanks=20to=20Peter?= =?UTF-8?q?=20Skogstr=C3=B6m=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/arguments.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;