From 6e61c1a1831733493bfd53e6acc9871b956e75a8 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Wed, 20 Feb 2019 18:17:00 +0100 Subject: [PATCH] document the behaviour if --quiet, --silent, --verbose or --debug are passed at the same time --- mmdebstrap | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mmdebstrap b/mmdebstrap index 612a195..a74f10f 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -2563,17 +2563,21 @@ Examples: =item B<-q,--quiet>, B<-s,--silent> -Do not write anything to standard error. +Do not write anything to standard error. If used together with B<--verbose> or +B<--debug>, only the last option will take effect. =item B<-v,--verbose> Instead of progress bars, write the dpkg and apt output directly to standard -error. +error. If used together with B<--quiet> or B<--debug>, only the last option +will take effect. =item B<-d,--debug> In addition to the output produced by B<--verbose>, write detailed debugging -information to standard error. Errors will print a backtrace. +information to standard error. Errors will print a backtrace. If used together +with B<--quiet> or B<--verbose>, only the last option will take effect. + =back