mshow: document -n

pull/22/merge
Leah Neukirchen 7 years ago
parent 3732dd355d
commit 5fae53b12b

@ -8,7 +8,7 @@
.Nm
.Op Fl h Ar headers
.Op Fl A Ar mimetypes
.Op Fl qrHL
.Op Fl nqrHL
.Op Ar msgs\ ...
.Nm
.Fl x Ar msg
@ -53,6 +53,8 @@ If no MIME type matches, the first MIME part will be rendered.
.Pp
Defaults to
.Sq Li "text/plain:text/html" .
.It Fl n
Don't update the current message link.
.It Fl q
Don't render the body, stop after header output.
.It Fl r

@ -719,7 +719,7 @@ main(int argc, char *argv[])
case 'n': nflag = 1; break;
default:
fprintf(stderr,
"Usage: mshow [-h headers] [-A mimetypes] [-qrHL] [msgs...]\n"
"Usage: mshow [-h headers] [-A mimetypes] [-nqrHL] [msgs...]\n"
" mshow -x msg parts...\n"
" mshow -O msg parts...\n"
" mshow -t msgs...\n"

Loading…
Cancel
Save