summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjungle-boogie <sean@jungleboogie.me>2015-08-04 11:54:42 -0700
committerjungle-boogie <sean@jungleboogie.me>2015-08-04 11:54:42 -0700
commit9318fa6ab03fd1445279f9e2145bed1c8ecc0f5d (patch)
treefd43cb785d32a52c664da788a210a049a7301b4d /bin
parentce46b5fa4a28ccbf3b9b53321c3fb55c1a10da10 (diff)
update query parameter
https://github.com/harelba/q/issues/106 line 1502 indicates `query_option_group.add_option("-q", "--query-filename", dest="query_filename", default=None,`
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: