diff options
author | Roger Leigh <rleigh@debian.org> | 2010-06-26 23:44:34 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2010-06-26 23:44:34 +0100 |
commit | ca7abda825488d5ea788e72bb2b2e5ff7d365044 (patch) | |
tree | c1e6fdb78ff5a0da57151fde3ca990151a36edd1 /man | |
parent | 4e7da4b79d977bddb0aae165567c628b416253b7 (diff) | |
download | schroot-ca7abda825488d5ea788e72bb2b2e5ff7d365044.tar.gz |
man: Document message-verbosity
Diffstat (limited to 'man')
-rw-r--r-- | man/schroot.conf.5.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/schroot.conf.5.in b/man/schroot.conf.5.in index a6aac683..0ed2ef2d 100644 --- a/man/schroot.conf.5.in +++ b/man/schroot.conf.5.in @@ -59,6 +59,13 @@ and \[lq]stable-security\[rq] are \[oq]1\[cq], \[lq]testing\[rq] is \[oq]2\[cq] and \[lq]unstable\[rq] is \[oq]3\[cq]. The values are not important, but the difference between them is. This is used by sbuild and wanna-build. .TP +\f[CBI]message-verbosity=\fP\f[CI]verbosity\fP +Set the verbosity of messages printed by schroot when setting up, running +commands and cleaning up the chroot. Valid settings are \[oq]quiet\[cq] +(suppress most messages), \[oq]normal\[cq] (the default) and \[oq]verbose\[cq] +(show all messages). This setting is overridden by the options \fI\-\-quiet\fP +and \fI\-\-verbose\fP. +.TP \f[CBI]users=\fP\f[CI]user1,user2,...\fP A comma-separated list of users which are allowed access to the chroot. If empty or omitted, no users will be allowed access (unless a group they belong |