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>2011-03-09 18:22:27 +0100
commit4ed38f17c703061e0370cb22044b10e3bd9cadad (patch)
treeb9de3e661d686cbf9c1aad39ad6df9af777a924b /helpers
parent3fdc7779ec16b57252c63d17b97051325ec5d3b8 (diff)
downloadvyos-live-build-4ed38f17c703061e0370cb22044b10e3bd9cadad.tar.gz
vyos-live-build-4ed38f17c703061e0370cb22044b10e3bd9cadad.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
;;