mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document new -s option: pass a shell to apply(1) when the desired shell
isn't found in /etc/shells.
This commit is contained in:
parent
8a10dafbd8
commit
fbd7649d29
1 changed files with 7 additions and 0 deletions
|
|
@ -95,6 +95,13 @@ option.
|
|||
.It Fl d
|
||||
Display the commands that would have been executed, but do not actually
|
||||
execute them.
|
||||
.It Fl s Ar shell
|
||||
Pass the
|
||||
.Ar shell
|
||||
to use via the command line rather than using the SHELL environment
|
||||
variable. This option is to be used when
|
||||
.Ar shell
|
||||
is not found in /etc/shells.
|
||||
.El
|
||||
.Sh ENVIRONMENT
|
||||
The following environment variable affects the execution of
|
||||
|
|
|
|||
Loading…
Reference in a new issue