summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-27 21:26:29 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-27 21:26:29 +0200
commit07015787f68721c551da917eaf73ffd0e4cf58c6 (patch)
treeb9de3e661d686cbf9c1aad39ad6df9af777a924b /helpers
parent662275be9c18da5d182670c21e6e48bc273d8ef2 (diff)
downloadvyos-live-build-07015787f68721c551da917eaf73ffd0e4cf58c6.tar.gz
vyos-live-build-07015787f68721c551da917eaf73ffd0e4cf58c6.zip
Fixing typing error, thanks to Maarten ter Huurne <maarten.ter.huurne@philips.com>.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_config2
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
;;