summaryrefslogtreecommitdiff
path: root/pinyadmin/bin/pinyhelp
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2021-03-11 13:38:45 -0800
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2021-03-11 13:38:45 -0800
commit022d7502ad334707a21ce507e2c7497c3849f576 (patch)
tree0c0d312c5bbc854de63c076c907e3298f7520b40 /pinyadmin/bin/pinyhelp
parenta55d110f8eccde182ce8932016d806ec9b97b866 (diff)
downloadpiny-code-022d7502ad334707a21ce507e2c7497c3849f576.tar.gz
piny-code-022d7502ad334707a21ce507e2c7497c3849f576.zip
pinyadmin: update help verbiage to zsh
Diffstat (limited to 'pinyadmin/bin/pinyhelp')
-rwxr-xr-xpinyadmin/bin/pinyhelp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pinyadmin/bin/pinyhelp b/pinyadmin/bin/pinyhelp
index 22f27fa..e0715c2 100755
--- a/pinyadmin/bin/pinyhelp
+++ b/pinyadmin/bin/pinyhelp
@@ -1,7 +1,7 @@
#!/bin/sh
if [ $SHELL = /usr/bin/pinyshell ]; then
- echo "You are in a restricted shell. Along with some safe KornShell builtins, you are able to execute the following Piny commands:"
+ echo "You are in a restricted shell. Along with some safe zsh builtins, you are able to execute the following Piny commands:"
else
echo "You are able to execute the following Piny commands:"
fi