summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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: