diff options
author | Daniel Baumann <daniel@debian.org> | 2009-01-23 16:45:27 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:40 +0100 |
commit | 5d9525a3b01a619c3d79a13b7aa91c8126a9d3a9 (patch) | |
tree | 598d1635eb9f95889ef8e32e751a126f0c091b76 | |
parent | cb2397a6014085bdb1e3fbe7ce4a2352f982dddf (diff) | |
download | vyos-live-build-5d9525a3b01a619c3d79a13b7aa91c8126a9d3a9.tar.gz vyos-live-build-5d9525a3b01a619c3d79a13b7aa91c8126a9d3a9.zip |
Adding missing --dump to help output of lh_config.
-rwxr-xr-x | helpers/lh_config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 8b9882c68..8efa9d20d 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -57,6 +57,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--debian-installer-preseedfile FILE|URL]\n\ \t [--debug]\n\ \t [-d|--distribution CODENAME]\n\ +\t [--dump]\n\ \t [-e|--encryption disabled|aes128|aes192|aes256]\n\ \t [--fdisk fdisk|fdisk.dist]\n\ \t [--force]\n\ |