diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-19 09:08:16 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:06 +0200 |
commit | cca7563257c192f5857eaa6ab3da0697bc34cca8 (patch) | |
tree | a496e4cbc31d8b019c4839cbbdbf49debcae68b3 /scripts | |
parent | 7c945b05f5afbdc96fbdc97bd4d64138e18283f4 (diff) | |
download | vyos-live-build-cca7563257c192f5857eaa6ab3da0697bc34cca8.tar.gz vyos-live-build-cca7563257c192f5857eaa6ab3da0697bc34cca8.zip |
Removing non-existent --apt-indices none references.
Diffstat (limited to 'scripts')
-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 55fa26be1..3a4ab899e 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -19,7 +19,7 @@ DESCRIPTION="$(Echo 'create configuration for live-build(7)')" USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--apt-ftp-proxy URL]\n\ \t [--apt-http-proxy URL]\n\ -\t [--apt-indices true|false|none]\n\ +\t [--apt-indices true|false]\n\ \t [--apt-options OPTION|\"OPTIONS\"]\n\ \t [--aptitude-options OPTION|\"OPTIONS\"]\n\ \t [--apt-pipeline DEPTH]\n\ |