document the behaviour if --quiet, --silent, --verbose or --debug are passed at the same time

pull/1/head
parent db415fe4f4
commit 6e61c1a183
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -2563,17 +2563,21 @@ Examples:
=item B<-q,--quiet>, B<-s,--silent> =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> =item B<-v,--verbose>
Instead of progress bars, write the dpkg and apt output directly to standard 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> =item B<-d,--debug>
In addition to the output produced by B<--verbose>, write detailed debugging 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 =back

Loading…
Cancel
Save