diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-27 21:26:29 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:27 +0100 |
commit | 4ed38f17c703061e0370cb22044b10e3bd9cadad (patch) | |
tree | b9de3e661d686cbf9c1aad39ad6df9af777a924b /helpers/lh_config | |
parent | 3fdc7779ec16b57252c63d17b97051325ec5d3b8 (diff) | |
download | vyos-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/lh_config')
-rwxr-xr-x | helpers/lh_config | 2 |
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 ;; |