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/0584d3cb Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0584d3cb Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/0584d3cb Branch: refs/heads/master Commit: 0584d3cb2c2e65c56381f33d93360e64cf79f993 Parents: f714287 Author: Josh Elser <[email protected]> Authored: Wed Jan 3 12:21:50 2018 -0500 Committer: Josh Elser <[email protected]> Committed: Wed Jan 3 12:34:06 2018 -0500 ---------------------------------------------------------------------- bin/performance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/0584d3cb/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):
