Browse Source

Display HELP or Use Default Args Whenever Possible

old-stable
Mitesh Shah 11 years ago
parent
commit
e59868a285
  1. 9
      usr/local/sbin/easyengine

9
usr/local/sbin/easyengine

@ -2093,6 +2093,15 @@ then
fi fi
else
echo -e "\033[31mDid you mean this?\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"
echo -e "\tcreate:\t Create A New HTML PHP MySQL & WordPress Website"
echo -e "\tdelete:\t Delete Existing Website"
echo -e "\tenable:\t Enable Website"
echo -e "\tdisable: Disable Website"
fi fi

Loading…
Cancel
Save