Skip to content

Commit

Permalink
Clean up mysql-dev help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhobbs committed Feb 10, 2014
1 parent f8b4058 commit 90bc8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-dev
Expand Up @@ -4,7 +4,7 @@
# This script quickly pulls up mysql-cli for a given database.

if [ "1" != "$#" ]; then
echo "usage: $0 [database-name]"
echo "usage: $(basename $0) [database-name]"
exit 1
fi

Expand Down

0 comments on commit 90bc8c1

Please sign in to comment.