From 022d7502ad334707a21ce507e2c7497c3849f576 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Thu, 11 Mar 2021 13:38:45 -0800 Subject: pinyadmin: update help verbiage to zsh --- pinyadmin/bin/pinyhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pinyadmin') 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 -- cgit v1.2.3