diff options
author | Roland Clobus <rclobus@rclobus.nl> | 2019-06-12 11:33:03 +0200 |
---|---|---|
committer | Roland Clobus <rclobus@rclobus.nl> | 2019-06-16 12:44:13 +0200 |
commit | 45e45a8a22bfdabe9ef8420b94aa6c202b794fb3 (patch) | |
tree | e6e976417e312307bad3d48247d70d5e2a204b15 /scripts/build | |
parent | d9961a8a544e06d525af2e6ed68810475f330b8f (diff) | |
download | vyos-live-build-45e45a8a22bfdabe9ef8420b94aa6c202b794fb3.tar.gz vyos-live-build-45e45a8a22bfdabe9ef8420b94aa6c202b794fb3.zip |
Matched the documentation of --checksums to the implementation in live-boot
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/config b/scripts/build/config index 1a5b8cdf8..6c23cc6a0 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -38,7 +38,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--cache-indices true|false]\n\ \t [--cache-packages true|false]\n\ \t [--cache-stages STAGE|\"STAGES\"]\n\ -\t [--checksums md5|sha1|sha256|sha512|none]\n\ +\t [--checksums md5|sha1|sha224|sha256|sha384|sha512|none]\n\ \t [--color]\n\ \t [--compression bzip2|gzip|lzip|xz|none]\n\ \t [--config GIT_URL::GIT_BRANCH]\n\ |