Browse Source

Fixed /usr/local/bin/engine to engine in help

old-stable
Mitesh Shah 12 years ago
parent
commit
50023f1c87
  1. 8
      setup/engine

8
setup/engine

@ -30,14 +30,14 @@ EngineHelp()
{ {
echo echo
echo "Usage: $0 [OPTION] [ARGUMENTS]..." echo "Usage: `basename $0` [OPTION] [ARGUMENTS]..."
echo "Admin tools for Nginx based wordpress sites management." echo "Admin tools for Nginx based wordpress sites management."
echo echo
echo "OPTIONS:" echo "OPTIONS:"
echo " $0 [system] [install|remove|purge] [nginx|php|mysql|postfix|--all]" echo " `basename $0` [system] [install|remove|purge] [nginx|php|mysql|postfix|--all]"
echo " $0 [site] [read|craete|update|delete] [sitename]" echo " `basename $0` [site] [read|craete|update|delete] [sitename]"
echo " $0 [config] [set|get] [memory|timeout]" echo " `basename $0` [config] [set|get] [memory|timeout]"
echo echo
echo "Exit status:" echo "Exit status:"

Loading…
Cancel
Save