PHOENIX-4509 Fix performance.py usage text (Artem Ervits) Signed-off-by: Josh Elser <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d8e5f959 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d8e5f959 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/d8e5f959 Branch: refs/heads/4.x-cdh5.11.2 Commit: d8e5f959a90eb98b50e888a8eb9a2cebeab4a18b Parents: 6e5a8f7 Author: Josh Elser <[email protected]> Authored: Wed Jan 3 17:21:50 2018 +0000 Committer: Pedro Boado <[email protected]> Committed: Wed Jan 31 22:24:48 2018 +0000 ---------------------------------------------------------------------- bin/performance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/d8e5f959/bin/performance.py ---------------------------------------------------------------------- diff --git a/bin/performance.py b/bin/performance.py index c16dd5a..f61ad20 100755 --- a/bin/performance.py +++ b/bin/performance.py @@ -35,9 +35,9 @@ def delfile(filename): os.remove(filename) def usage(): - print "Performance script arguments not specified. Usage: performance.sh \ + print "Performance script arguments not specified. Usage: performance.py \ <zookeeper> <row count>" - print "Example: performance.sh localhost 100000" + print "Example: performance.py localhost 100000" def createFileWithContent(filename, content):
