diff options
author | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:40:12 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:40:12 +0200 |
commit | ab3d2eae25dea60c4c14e61755971848af03cbc8 (patch) | |
tree | 9bf2543966c805f9ff58ecd71f212d5480aa661b /scripts/build/config | |
parent | 04740572173db73d0705652b5d1b0abbc24cf479 (diff) | |
download | vyos-live-build-ab3d2eae25dea60c4c14e61755971848af03cbc8.tar.gz vyos-live-build-ab3d2eae25dea60c4c14e61755971848af03cbc8.zip |
Removing non-existent --apt-indices none references.
Diffstat (limited to 'scripts/build/config')
-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 91a433f6f..333b349b0 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\ |