Change the usage with the new name too

This commit is contained in:
Bigard Florian 2015-08-21 22:55:43 +02:00
parent baaaf9a35a
commit 0a39ddd43c

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
print_help () { 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" echo -e "\tbase_dir: The place where the web application is in"
} }