summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2014-02-22 06:28:30 -0500
committerHarel Ben-Attia <harelba@gmail.com>2014-02-22 06:28:30 -0500
commitdb86fddb3f2450f78a3c97e08a478d8a41fcae2d (patch)
treeabefabe56374afe9bf53a53758eafffeb11d1ec8
parentb573141ade3d7db1f7f20e38ae64ea7d11d9b7ad (diff)
Removed warning message in order to prevent confusion (although the warning is written to stderr and doesn't interfer with the output, it might confuse people)1.2.0
-rwxr-xr-xq1
1 files changed, 0 insertions, 1 deletions
diff --git a/q b/q
index b0b4c6e..4ddb212 100755
--- a/q
+++ b/q
@@ -561,7 +561,6 @@ if options.tab_delimited_with_header:
if options.engine_version == 'v2':
if options.delimiter is None:
- print >>sys.stderr,"Using space as default delimiter. Use '-d <delimiter>' to set it if needed"
options.delimiter = ' '
elif len(options.delimiter) != 1:
print >>sys.stderr,"Delimiter must be one character only. Add '-E v1' to the command line if you need multi-character delimiters. This will revert to version 1 of the engine which supports that. Please note that v1 does not support quoted fields."