summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-07-03 12:27:05 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2013-07-03 12:27:27 -0400
commit6bfc056b061995edb1c548fe68bfce5086e2f05d (patch)
tree2293ebc4d98b537d6e972306a9d6d6f130c4f976
parent4118b42f4777b2a39a85640689103e43641d63a2 (diff)
downloadampache-6bfc056b061995edb1c548fe68bfce5086e2f05d.tar.gz
ampache-6bfc056b061995edb1c548fe68bfce5086e2f05d.tar.bz2
ampache-6bfc056b061995edb1c548fe68bfce5086e2f05d.zip
Correct usage output for install_db.inc
GH #44
-rw-r--r--bin/install/install_db.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install/install_db.inc b/bin/install/install_db.inc
index d495f05c..6c8d5c26 100644
--- a/bin/install/install_db.inc
+++ b/bin/install/install_db.inc
@@ -121,7 +121,7 @@ function usage() {
echo "MySQL Database Name";
echo "\n\t-u, --ampache-database-user\t";
echo 'MySQL Application Username';
- echo "\n\t-p, --ampache-database-pass\t";
+ echo "\n\t-p, --ampache-database-password\t";
echo 'MySQL Application Password';
echo "\n\t-w, --webpath\t\t\t\t";
echo 'Web path';