forked from josch/mmdebstrap
update --help output for --aptopt using single quotes to avoid escaping of double quotes
This commit is contained in:
parent
131a39d633
commit
61ad8a8e45
1 changed files with 4 additions and 3 deletions
|
@ -1963,9 +1963,10 @@ verbatim.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
--aptopt="Acquire::Check-Valid-Until false"
|
--aptopt='Acquire::Check-Valid-Until "false"'
|
||||||
--aptopt="Acquire::Languages { \"environment\"; \"en\"; }"
|
--aptopt='Acquire::Languages { "environment"; "en"; }'
|
||||||
--aptopt="Apt::Install-Recommends true"
|
--aptopt='Acquire::Languages "none"'
|
||||||
|
--aptopt='Apt::Install-Recommends "true"'
|
||||||
|
|
||||||
=item B<--dpkgopt>
|
=item B<--dpkgopt>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue