mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Introduce arguments the standard way. In .Ar command ..., ... is not an
argument, command is.
This commit is contained in:
parent
9ea098b13e
commit
fed771de60
1 changed files with 4 additions and 4 deletions
|
|
@ -64,14 +64,14 @@ If no file name is given, the typescript is saved in the file
|
|||
.Pa typescript .
|
||||
.Pp
|
||||
If the argument
|
||||
.Ar command ...
|
||||
.Ar command
|
||||
is given,
|
||||
.Nm
|
||||
will run the specified command with an optional argument vector
|
||||
instead of an interactive shell.
|
||||
.Pp
|
||||
Options:
|
||||
.Bl -tag -width xxxxxxx
|
||||
The following options are available:
|
||||
.Bl -tag -width indent
|
||||
.It Fl a
|
||||
Append the output to
|
||||
.Ar file
|
||||
|
|
@ -99,7 +99,7 @@ and
|
|||
.Em exit ,
|
||||
.Em logout
|
||||
or
|
||||
.Em control-d
|
||||
.Em control-D
|
||||
(if
|
||||
.Em ignoreeof
|
||||
is not set) for the
|
||||
|
|
|
|||
Loading…
Reference in a new issue