mshow.1: document dangerous output

pull/6/merge
Leah Neukirchen 7 years ago
parent 564bb223ef
commit 9733c2b65c

@ -57,8 +57,10 @@ Defaults to
Don't render the body, stop after header output. Don't render the body, stop after header output.
.It Fl r .It Fl r
Don't render the body, print raw body. Don't render the body, print raw body.
This may be dangerous to use on a tty.
.It Fl H .It Fl H
Don't decode the headers, print all raw headers. Don't decode the headers, print all raw headers.
This may be dangerous to use on a tty.
.It Fl L .It Fl L
Don't filter the headers, print all decoded headers. Don't filter the headers, print all decoded headers.
.It Fl x Ar msg .It Fl x Ar msg
@ -75,6 +77,7 @@ pattern.
Like Like
.Fl x .Fl x
but write to standard output. but write to standard output.
This may be dangerous to use on a tty.
When used together with When used together with
.Fl r , .Fl r ,
the whole part is raw, the whole part is raw,

Loading…
Cancel
Save