Fix usage string for "show_style" tool

This commit is contained in:
Sandro Santilli 2012-11-08 18:57:59 +01:00
parent cd6002879e
commit 4b8c165261

View File

@ -5,7 +5,7 @@
REDIS_PORT=6379 # default port
if -z "$2"; then
if test -z "$2"; then
echo "Usage: $0 <username> <tablename>" >&2
exit 1
fi