Browse Source

Change Help Message

old-stable
Mitesh Shah 11 years ago
parent
commit
8732a88a84
  1. 8
      usr/local/sbin/easyengine

8
usr/local/sbin/easyengine

@ -1505,8 +1505,8 @@ then
fi
else
echo -e "\033[31mDid you mean this?\e[0m"
echo -e "\tpurge:\t Remove Nginx PHP5-FPM phpMyAdmin MySQL And Postfix"
echo -e "\033[31mList Of Available Commands\e[0m"
echo -e "\tpurge:\t Purge Nginx PHP5-FPM phpMyAdmin MySQL And Postfix"
echo -e "\tremove:\t Remove Nginx PHP5-FPM phpMyAdmin MySQL And Postfix"
echo -e "\tinstall: Install Nginx PHP5-FPM phpMyAdmin MySQL And Postfix"
@ -2094,7 +2094,7 @@ then
fi
else
echo -e "\033[31mDid you mean this?\e[0m"
echo -e "\033[31mList Of Available Commands\e[0m"
echo -e "\tinfo:\t Dispaly Information About Given Website"
echo -e "\tlist:\t List Nginx Enabled Websites"
echo -e "\tshow:\t Display Nginx Configuration For Given Website"
@ -2106,7 +2106,7 @@ then
else
echo -e "\033[31mDid you mean this?\e[0m"
echo -e "\033[31mList Of Available Commands\e[0m"
echo -e "\tinfo:\t Display Nginx PHP MySQL Information\t"
echo -e "\thelp:\t Display EasyEngine Help\t"
echo -e "\tsite:\t Do Various Site Specific Operations\t"

Loading…
Cancel
Save