diff options
| author | Will Andrews <will@FreeBSD.org> | 2001-01-04 19:28:34 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2001-01-04 19:28:34 +0000 |
| commit | fbd7649d292278dc8cf714922febb2554ca3f932 (patch) | |
| tree | 0f12157f342eb4ed38fe9c56759122011633fef8 /usr.bin | |
| parent | 8a10dafbd8363a4710dc12f467bc64d47d62b3a7 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/apply/apply.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index 5332bbd5df78..fc07f5dfaa61 100644 --- a/usr.bin/apply/apply.1 +++ b/usr.bin/apply/apply.1 @@ -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 |
