diff options
author | Roland Clobus <rclobus@rclobus.nl> | 2019-06-16 11:34:28 +0200 |
---|---|---|
committer | Roland Clobus <rclobus@rclobus.nl> | 2019-06-16 12:47:29 +0200 |
commit | 554c37fd9e4304764f27ca212f02fae7e6ca2b75 (patch) | |
tree | cdb5134be8fff7627290423118d1acb4bbfe5e2a /manpages | |
parent | 7c02640b62e15a04b6f2cf3f3c165b5074c2a6e4 (diff) | |
download | vyos-live-build-554c37fd9e4304764f27ca212f02fae7e6ca2b75.tar.gz vyos-live-build-554c37fd9e4304764f27ca212f02fae7e6ca2b75.zip |
Manpage: --parent-archive-areas uses the same argument name as 'lb config --help'
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/en/lb_config.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 6276c4799..66f45c624 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -199,7 +199,7 @@ .br [\fB\-\-archive\-areas\fR \fIARCHIVE_AREA\fR|\fI"ARCHIVE_AREAS"\fR] .br - [\fB\-\-parent\-archive\-areas\fR \fIPARENT_ARCHIVE_AREA\fR|\fI"PARENT_ARCHIVE_AREAS"\fR] + [\fB\-\-parent\-archive\-areas\fR \fIARCHIVE_AREA\fR|\fI"ARCHIVE_AREAS"\fR] .br [\fB\-\-security\fR true|false] .br @@ -430,7 +430,7 @@ defines additional kernel command line options that the ONIE system will use whe reduces the verbosity of messages output by \fBlb build\fR. .IP "\fB\-\-archive\-areas\fR \fIARCHIVE_AREA\fR|""\fIARCHIVE_AREAS\fR""" 4 defines which package archive areas of a debian packages archive should be used for configured debian package mirrors. By default, this is set to main. Remember to check the licenses of each packages with respect to their redistributability in your juristiction when enabling contrib or non\-free with this mechanism. -.IP "\fB\-\-parent\-archive\-areas\fR \fIPARENT_ARCHIVE_AREA\fR|""\fIPARENT_ARCHIVE_AREAS\fR""" 4 +.IP "\fB\-\-parent\-archive\-areas\fR \fIARCHIVE_AREA\fR|""\fIARCHIVE_AREAS\fR""" 4 defines the archive areas for derivatives of the resulting live system. .IP "\fB\-\-security\fR true|false" 4 defines if the security repositories specified in the security mirror options should be used or not. |