diff options
author | Daniel Baumann <daniel@debian.org> | 2007-10-18 22:17:04 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:27 +0100 |
commit | 3aae363e08df4eb50defa3cbdcaad31b67461ae6 (patch) | |
tree | 49924c2e71306fca182246fa6d61c63f20892cf1 /functions | |
parent | f7f1d3befae331a8d60cd37631b925e6b8185292 (diff) | |
download | vyos-live-build-3aae363e08df4eb50defa3cbdcaad31b67461ae6.tar.gz vyos-live-build-3aae363e08df4eb50defa3cbdcaad31b67461ae6.zip |
Fixing typing error, thanks to Peter Skogström <peter.skogstrom@bitrunner.com>.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/arguments.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |