summaryrefslogtreecommitdiffstats
path: root/usr.bin/apply
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-04 19:28:34 +0000
committerwill <will@FreeBSD.org>2001-01-04 19:28:34 +0000
commit0330cb23822e71c113dc44f2f049fadb2d1b38c6 (patch)
treeaed4807676b0ec4053523ea19383d95f54118490 /usr.bin/apply
parentde2bd04e725a1aca6bef0e6b08c00b0b06fd451c (diff)
downloadFreeBSD-src-0330cb23822e71c113dc44f2f049fadb2d1b38c6.zip
FreeBSD-src-0330cb23822e71c113dc44f2f049fadb2d1b38c6.tar.gz
Document new -s option: pass a shell to apply(1) when the desired shell
isn't found in /etc/shells.
Diffstat (limited to 'usr.bin/apply')
-rw-r--r--usr.bin/apply/apply.17
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1
index 5332bbd..fc07f5d 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
OpenPOWER on IntegriCloud