mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-03 15:40:32 +00:00
mshow: document -n
This commit is contained in:
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
|
||||
|
2
mshow.c
2
mshow.c
@ -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…
Reference in New Issue
Block a user