forked from josch/mmdebstrap
document the behaviour if --quiet, --silent, --verbose or --debug are passed at the same time
This commit is contained in:
parent
db415fe4f4
commit
6e61c1a183
1 changed files with 7 additions and 3 deletions
10
mmdebstrap
10
mmdebstrap
|
@ -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…
Reference in a new issue