summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2014-11-08 13:04:00 -0500
committerHarel Ben-Attia <harelba@gmail.com>2014-11-08 13:04:00 -0500
commit4905b9aee938162288c3fbb3fcbdcd87f3a0b784 (patch)
tree403d0815feade04803545a915f0fa93cf5d6dc50
parentd569c7248b00eee1814f9180c85cc577eaf9a62c (diff)
parent21bb5a2cf0b96d690344e5c98d8b8aa3129e64ef (diff)
Merge pull request #75 from Fil/patch-1
typo
-rwxr-xr-xbin/q2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/q b/bin/q
index 4f61b37..75c52b9 100755
--- a/bin/q
+++ b/bin/q
@@ -162,7 +162,7 @@ output_data_option_group.add_option("-f", "--formatting", dest="formatting", def
output_data_option_group.add_option("-E", "--output-encoding", dest="output_encoding", default=default_output_encoding,
help="Output encoding. Defaults to 'none', leading to selecting the system/terminal encoding")
output_data_option_group.add_option("-W","--output-quoting-mode",dest="output_quoting_mode",default="minimal",
- help="Output quoting mode. Possible values are all, minimal, nunnumeric and none. Note the slightly misleading parameter name, and see the matching -w parameter for input quoting.")
+ help="Output quoting mode. Possible values are all, minimal, nonnumeric and none. Note the slightly misleading parameter name, and see the matching -w parameter for input quoting.")
parser.add_option_group(output_data_option_group)
#-----------------------------------------------
query_option_group = OptionGroup(parser,"Query Related Options")