summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2015-08-08 04:26:30 -0400
committerHarel Ben-Attia <harelba@gmail.com>2015-08-08 04:26:30 -0400
commit6e70bf13771269deda511b1a4bc1eb7f6bdaba68 (patch)
treefd43cb785d32a52c664da788a210a049a7301b4d /bin
parentce46b5fa4a28ccbf3b9b53321c3fb55c1a10da10 (diff)
parent9318fa6ab03fd1445279f9e2145bed1c8ecc0f5d (diff)
Merge pull request #107 from jungle-boogie/patch-1
update query parameter
Diffstat (limited to 'bin')
-rwxr-xr-xbin/q2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/q b/bin/q
index a944876..2e22a9a 100755
--- a/bin/q
+++ b/bin/q
@@ -1514,7 +1514,7 @@ def run_standalone():
if len(args) == 0 and options.query_filename is None:
print_credentials()
- print >>sys.stderr,"Must provide at least one query in the command line, or through a file with the -f parameter"
+ print >>sys.stderr,"Must provide at least one query in the command line, or through a file with the -q parameter"
sys.exit(1)
if options.query_filename is not None: