diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-02 14:05:33 +0100 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-23 11:52:13 +0100 |
commit | 920ec1605bedc87223047748cd22d408be85c7db (patch) | |
tree | 3a06ba5e8e47535655dcb656bb1b898557a5e4f2 | |
parent | 4dc91c4007b29ee5f9859ae7468b8fff98251aaf (diff) | |
download | vyos-live-build-920ec1605bedc87223047748cd22d408be85c7db.tar.gz vyos-live-build-920ec1605bedc87223047748cd22d408be85c7db.zip |
manpages: fix typo
bad escape, '-\' should have been '\-'
resulted in test showing "--mirror-tstrap" instead of "--mirror-bootstrap"
Gbp-Dch: Ignore
-rw-r--r-- | manpages/en/lb_config.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index bb0174423..8a434acca 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -452,7 +452,7 @@ sets the location of the debian package mirror that should end up configured in .IP "\fB\-\-parent\-mirror\-binary\-security\fR \fIURL\fR" 4 sets the location of the debian security package mirror that should end up configured in the final image. This defaults to the value of \-\-mirror\-binary\-security. .IP "\-m|\fB\-\-parent\-mirror\-bootstrap\fR \fIURL\fR" 4 -sets the location of the debian package mirror that should be used to bootstrap from. This defaults to the value of \-\-mirror-\bootstrap. +sets the location of the debian package mirror that should be used to bootstrap from. This defaults to the value of \-\-mirror\-bootstrap. .IP "\fB\-\-parent\-mirror\-chroot\fR \fIURL\fR" 4 sets the location of the debian package mirror that will be used to fetch the packages in order to build the live system. This defaults to the value of \-\-parent\-mirror\-bootstrap. .IP "\fB\-\-parent\-mirror\-chroot\-security\fR \fIURL\fR" 4 |