diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-04-06 01:32:40 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-04-06 01:32:40 +0000 |
commit | 3e95bca9bd2d90eca79687336880591b7f7b9151 (patch) | |
tree | d26bfeddf042c57f09b633e90b6487a2c397379a /usr.bin/sendbug/sendbug.1 | |
parent | 8930e66a10430b3e0aed8320dec30dbab9ce56b8 (diff) |
Attach dmesg to sendbug reports by default. Use -D flag to disable.
OK deraadt@ and millert@.
Diffstat (limited to 'usr.bin/sendbug/sendbug.1')
-rw-r--r-- | usr.bin/sendbug/sendbug.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/usr.bin/sendbug/sendbug.1 b/usr.bin/sendbug/sendbug.1 index fe41912c362..0219082e682 100644 --- a/usr.bin/sendbug/sendbug.1 +++ b/usr.bin/sendbug/sendbug.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sendbug.1,v 1.12 2007/03/28 20:52:27 jmc Exp $ +.\" $OpenBSD: sendbug.1,v 1.13 2007/04/06 01:32:39 ray Exp $ .\" .\" Written by Raymond Lai <ray@cyth.net>. .\" Public domain. @@ -12,7 +12,7 @@ .Ox .Sh SYNOPSIS .Nm -.Op Fl LPV +.Op Fl DLPV .Sh DESCRIPTION .Nm is used to submit problem reports (PRs) to the @@ -50,6 +50,15 @@ or content. .Pp The options are as follows: .Bl -tag -width Ds +.It Fl D +Do not attach +.Xr dmesg 8 +to report. +The +.Xr dmesg 8 +output is very helpful in reports, +but may contain sensitive information about the sender. +This flag helps protect users' privacy in those cases. .It Fl L Print the list of available categories. .It Fl P |