From 50023f1c872cce55e2022abcc7a866fe072a7665 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Fri, 19 Oct 2012 19:13:31 +0530 Subject: [PATCH] Fixed /usr/local/bin/engine to engine in help --- setup/engine | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup/engine b/setup/engine index 55ad94a2..5563c971 100755 --- a/setup/engine +++ b/setup/engine @@ -30,14 +30,14 @@ EngineHelp() { echo - echo "Usage: $0 [OPTION] [ARGUMENTS]..." + echo "Usage: `basename $0` [OPTION] [ARGUMENTS]..." echo "Admin tools for Nginx based wordpress sites management." echo echo "OPTIONS:" - echo " $0 [system] [install|remove|purge] [nginx|php|mysql|postfix|--all]" - echo " $0 [site] [read|craete|update|delete] [sitename]" - echo " $0 [config] [set|get] [memory|timeout]" + echo " `basename $0` [system] [install|remove|purge] [nginx|php|mysql|postfix|--all]" + echo " `basename $0` [site] [read|craete|update|delete] [sitename]" + echo " `basename $0` [config] [set|get] [memory|timeout]" echo echo "Exit status:"