Show arguments of command line options

Reviewed by:	ru
This commit is contained in:
Philippe Charnier 2002-01-22 19:49:48 +00:00
parent d9b7cc1c8d
commit 57906e00c6

View File

@ -61,6 +61,8 @@ is an intelligent mail processing system, which has
a command syntax reminiscent of a command syntax reminiscent of
.Xr ed 1 .Xr ed 1
with lines replaced by messages. with lines replaced by messages.
.Pp
The following options are available:
.Bl -tag -width indent .Bl -tag -width indent
.It Fl v .It Fl v
Verbose mode. Verbose mode.
@ -78,7 +80,7 @@ particularly useful when using
.Nm .Nm
on noisy phone lines. on noisy phone lines.
.It Fl I .It Fl I
Forces Force
.Nm .Nm
to run in interactive mode even when to run in interactive mode even when
input is not a terminal. input is not a terminal.
@ -87,27 +89,35 @@ In particular, the
special special
character when sending mail is only active in interactive mode. character when sending mail is only active in interactive mode.
.It Fl n .It Fl n
Inhibits reading the system-wide Inhibit reading the system-wide
.Pa mail.rc .Pa mail.rc
files upon startup. files upon startup.
.It Fl N .It Fl N
Inhibits the initial display of message headers Inhibit the initial display of message headers
when reading mail or editing a mail folder. when reading mail or editing a mail folder.
.It Fl s .It Fl s Ar subject
Specify subject on command line. Specify
.Ar subject
on command line.
(Only the first argument after the (Only the first argument after the
.Fl s .Fl s
flag is used as a subject; be careful to quote subjects flag is used as a subject; be careful to quote subjects
containing spaces.) containing spaces.)
.It Fl c .It Fl c Ar cc-addr
Send carbon copies to Send carbon copies to
.Ar cc-addr .Ar cc-addr
list of users. list of users.
.It Fl b The
.Ar cc-addr
argument should be a comma-separated list of names.
.It Fl b Ar bcc-addr
Send blind carbon copies to Send blind carbon copies to
.Ar bcc-addr . .Ar bcc-addr
List should be a comma-separated list of names. list of users.
.It Fl f The
.Ar bcc-addr
argument should be a comma-separated list of names.
.It Fl f Op Ar mbox
Read in the contents of your Read in the contents of your
.Pa mbox .Pa mbox
(or the specified file) (or the specified file)
@ -808,7 +818,7 @@ Add the given names to the direct recipient list.
.It Ic ~v .It Ic ~v
Invoke an alternative editor (defined by the Invoke an alternative editor (defined by the
.Ev VISUAL .Ev VISUAL
option) on the environment variable) on the
message collected so far. message collected so far.
Usually, the alternative editor will be a Usually, the alternative editor will be a
screen editor. screen editor.