diff options
author | Tiago Bortoletto Vaz <tiagovaz@safernet.org.br> | 2008-08-09 21:46:52 -0300 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:38 +0100 |
commit | 17ca582c930474093e71084d3e418ab665cdfaf7 (patch) | |
tree | 761b4dfe7377704133692243f119c5b6cfa0eb71 /helpers/lh_config | |
parent | 2acf0498253ae54c2030952a873ed8a93740e32f (diff) | |
download | vyos-live-build-17ca582c930474093e71084d3e418ab665cdfaf7.tar.gz vyos-live-build-17ca582c930474093e71084d3e418ab665cdfaf7.zip |
Minor typo fix for encryption parameter in lh_config help message.
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 4b5d70a3c..8eadb6410 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -1009,7 +1009,7 @@ LH_DEBIAN_INSTALLER_DAILY="${LH_DEBIAN_INSTALLER_DAILY}" # (Default: empty) LH_DEBIAN_INSTALLER_DISTRIBUTION="${LH_DEBIAN_INSTALLER_DISTRIBUTION}" -# \$LH_ENCRYPTION: set encrytion +# \$LH_ENCRYPTION: set encryption # (Default: ${LH_ENCRYPTION}) LH_ENCRYPTION="${LH_ENCRYPTION}" |