mshow: document -n

This commit is contained in:
Leah Neukirchen 2017-05-23 15:05:33 +02:00
parent 3732dd355d
commit 5fae53b12b
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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"