diff options
Diffstat (limited to 'pinyadmin/bin/pinyhelp')
-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 |