summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2015-08-08 07:59:46 -0400
committerHarel Ben-Attia <harelba@gmail.com>2015-08-08 07:59:46 -0400
commit3a1897e9074813d0d79498c0fbab0de3434d639e (patch)
tree522b6d589facb3b2a527d299d217c1097df74875 /bin
parent2c5240634bb71cc6de286a5a49488d6543924168 (diff)
parent6e70bf13771269deda511b1a4bc1eb7f6bdaba68 (diff)
Merge branch 'master' of https://github.com/harelba/q
Diffstat (limited to 'bin')
-rwxr-xr-xbin/q2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/q b/bin/q
index 886ada8..ded2ee9 100755
--- a/bin/q
+++ b/bin/q
@@ -1519,7 +1519,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: