diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-19 18:41:26 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-19 18:41:26 +0100 |
commit | 191746a47651be182600d8f42c712ef0af2421fd (patch) | |
tree | c863b31a95f4de8694d40b1727859d21caca3ca9 /helpers | |
parent | b7f5a3af9789abff6de3164701ac493300163733 (diff) | |
download | vyos-live-build-191746a47651be182600d8f42c712ef0af2421fd.tar.gz vyos-live-build-191746a47651be182600d8f42c712ef0af2421fd.zip |
Adjust "lh_config --help" and lh_config(1) so that the -m option corresponds with --mirror-bootstrap isntead of --mirror-binary-security.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 9142adeea..520baaa8f 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -78,11 +78,11 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--linux-packages \"PACKAGES\"]\n\ \t [--losetup losetup|losetup.orig]\n\ \t [--memtest memtest86+|memtest86]\n\ -\t [--mirror-bootstrap URL]\n\ +\t [-m|--mirror-bootstrap URL]\n\ \t [--mirror-chroot URL]\n\ \t [--mirror-chroot-security URL]\n\ \t [--mirror-binary URL]\n\ -\t [-m|--mirror-binary-security URL]\n\ +\t [--mirror-binary-security URL]\n\ \t [--mode debian|debian-edu]\n\ \t [--net-root-filesystem nfs|cfs]\n\ \t [--net-root-mountoptions OPTIONS]\n\ |