diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2021-03-11 13:38:45 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2021-03-11 13:38:45 -0800 |
commit | 022d7502ad334707a21ce507e2c7497c3849f576 (patch) | |
tree | 0c0d312c5bbc854de63c076c907e3298f7520b40 /pinyadmin/bin | |
parent | a55d110f8eccde182ce8932016d806ec9b97b866 (diff) | |
download | piny-code-022d7502ad334707a21ce507e2c7497c3849f576.tar.gz piny-code-022d7502ad334707a21ce507e2c7497c3849f576.zip |
pinyadmin: update help verbiage to zsh
Diffstat (limited to 'pinyadmin/bin')
-rwxr-xr-x | pinyadmin/bin/pinyhelp | 2 |
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 |