Adjust "lh_config --help" and lh_config(1) so that the -m option corresponds with --mirror-bootstrap isntead of --mirror-binary-security.
This commit is contained in:
parent
444ef13a69
commit
519d7c17cd
|
@ -78,11 +78,11 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
|
|||
\t [--linux-packages \"PACKAGES\"]\n\
|
||||
\t [--losetup losetup|losetup.orig]\n\
|
||||
\t [--memtest memtest86+|memtest86]\n\
|
||||
\t [--mirror-bootstrap URL]\n\
|
||||
\t [-m|--mirror-bootstrap URL]\n\
|
||||
\t [--mirror-chroot URL]\n\
|
||||
\t [--mirror-chroot-security URL]\n\
|
||||
\t [--mirror-binary URL]\n\
|
||||
\t [-m|--mirror-binary-security URL]\n\
|
||||
\t [--mirror-binary-security URL]\n\
|
||||
\t [--mode debian|debian-edu]\n\
|
||||
\t [--net-root-filesystem nfs|cfs]\n\
|
||||
\t [--net-root-mountoptions OPTIONS]\n\
|
||||
|
|
|
@ -108,13 +108,13 @@ lh_config \- create configuration for live\-helper
|
|||
.br
|
||||
[\fB\-\-memtest\fR memtest86+|memtest86]
|
||||
.br
|
||||
[\-m|\fB\-\-mirror\-binary\-security\fR \fIURL\fR]
|
||||
[\fB\-\-mirror\-binary\-security\fR \fIURL\fR]
|
||||
.br
|
||||
[\fB\-\-mirror\-binary\fR \fIURL\fR]
|
||||
.br
|
||||
[\fB\-\-mirror\-bootstrap\-security\fR \fIURL\fR]
|
||||
.br
|
||||
[\fB\-\-mirror\-bootstrap\fR \fIURL\fR]
|
||||
[\-m|\fB\-\-mirror\-bootstrap\fR \fIURL\fR]
|
||||
.br
|
||||
[\fB\-\-mode\fR debian|debian\-edu]
|
||||
.br
|
||||
|
|
Loading…
Reference in New Issue