[elbe-devel] [PATCH v2 5/5] docs: Change proxy options to reflect change in preprocessor

Olivier Dion dion at linutronix.de
Wed Jun 3 17:39:42 CEST 2020


Signed-off-by: Olivier Dion <dion at linutronix.de>
---
 docs/elbe-buildchroot.txt | 3 ---
 docs/elbe-init.txt        | 4 ----
 docs/elbe-initvm.txt      | 9 +++++++++
 docs/elbe-pbuilder.txt    | 9 +++++++++
 docs/elbe-preprocess.txt  | 3 +++
 5 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/docs/elbe-buildchroot.txt b/docs/elbe-buildchroot.txt
index b78e86e7..e0f7fff7 100644
--- a/docs/elbe-buildchroot.txt
+++ b/docs/elbe-buildchroot.txt
@@ -50,9 +50,6 @@ OPTIONS
 	Build a Debian source CD-ROM image, containing the source packages used by the
 	project.
 
---proxy <addr>::
-	Override the HTTP proxy setting specified in the XML file.
-
 --debug::
 	Enables a few features that allow for better debugging of the build process.
 
diff --git a/docs/elbe-init.txt b/docs/elbe-init.txt
index 3f3688af..2ee577f2 100644
--- a/docs/elbe-init.txt
+++ b/docs/elbe-init.txt
@@ -14,7 +14,6 @@ SYNOPSIS
 	[ --buildtype <buildtype> ] \
 	[ --debug ] \
 	[ --directory <directory> ] \
-	[ --proxy <addr> ] \
 	[ --skip-cds ] \
 	[ --skip-validation ] \
 	<xmlfile>
@@ -53,9 +52,6 @@ OPTIONS
 	'build' is created in the current working directory. The directory must not
 	exist.
 
---proxy <addr>::
-	Override the HTTP proxy setting specified in the XML file.
-
 --skip-cds::
 	Skip the generation of Debian binary cdroms. This makes the build faster.
 	Otherwise all used binary packages are stored on an ISO cdrom image.
diff --git a/docs/elbe-initvm.txt b/docs/elbe-initvm.txt
index dfa64632..00dbec23 100644
--- a/docs/elbe-initvm.txt
+++ b/docs/elbe-initvm.txt
@@ -71,6 +71,15 @@ OPTIONS
 --build-sdk::
 	Also make 'initvm submit' build an SDK.
 
+XML OPTIONS
+-----------
+
+--variant <variant>::
+	comma separated list of variants
+
+--proxy <proxy>::
+	add proxy to mirrors
+
 COMMANDS
 --------
 
diff --git a/docs/elbe-pbuilder.txt b/docs/elbe-pbuilder.txt
index 78ed84dc..bdaf7280 100644
--- a/docs/elbe-pbuilder.txt
+++ b/docs/elbe-pbuilder.txt
@@ -48,6 +48,15 @@ OPTIONS
         crossbuilding possible. Combined with the build command it will use
         this environment for crossbuilding.
 
+XML OPTIONS
+-----------
+
+--variant <variant>::
+	comma separated list of variants
+
+--proxy <proxy>::
+	add proxy to mirrors
+
 COMMANDS
 --------
 
diff --git a/docs/elbe-preprocess.txt b/docs/elbe-preprocess.txt
index 57455c01..470a577e 100644
--- a/docs/elbe-preprocess.txt
+++ b/docs/elbe-preprocess.txt
@@ -29,6 +29,9 @@ OPTIONS
 --variant <variant>::
 	comma separated list of variants
 
+--proxy <proxy>::
+	add proxy to mirrors
+
 --output <filename>::
 	preprocessed output file, defaults to preprocess.xml
 
-- 
2.27.0




More information about the elbe-devel mailing list