Fix usage string for "show_style" tool
This commit is contained in:
parent
cd6002879e
commit
4b8c165261
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user