From 0a39ddd43c39bdcef9604897a73bd84403de6eaa Mon Sep 17 00:00:00 2001 From: Bigard Florian Date: Fri, 21 Aug 2015 22:55:43 +0200 Subject: [PATCH] Change the usage with the new name too --- desinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desinstall.sh b/desinstall.sh index 51c800f..4278ca0 100755 --- a/desinstall.sh +++ b/desinstall.sh @@ -1,7 +1,7 @@ #!/bin/bash print_help () { - echo -e "./clean.sh www_basedir" + echo -e "./desinstall.sh www_basedir" echo -e "\tbase_dir: The place where the web application is in" }