From 61ad8a8e459ce44b76d8efa064c1abef6a9f9680 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Thu, 27 Dec 2018 14:42:29 +0100 Subject: [PATCH] update --help output for --aptopt using single quotes to avoid escaping of double quotes --- mmdebstrap | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mmdebstrap b/mmdebstrap index b45ea2c..92b7d8f 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -1963,9 +1963,10 @@ verbatim. Examples: - --aptopt="Acquire::Check-Valid-Until false" - --aptopt="Acquire::Languages { \"environment\"; \"en\"; }" - --aptopt="Apt::Install-Recommends true" + --aptopt='Acquire::Check-Valid-Until "false"' + --aptopt='Acquire::Languages { "environment"; "en"; }' + --aptopt='Acquire::Languages "none"' + --aptopt='Apt::Install-Recommends "true"' =item B<--dpkgopt>