summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2014-12-13 15:03:47 -0500
committerHarel Ben-Attia <harelba@gmail.com>2014-12-13 15:03:47 -0500
commitc7e1deab35949356496fcff5322d9992cb45678f (patch)
tree033801c7de2f5935f73951cd2d09d3b592e95950 /doc
parent927a3e036941db65a6ba9bd667646a0b5b61b39a (diff)
parent94a5ccbc65075727029fd009236c78164bb0e404 (diff)
Merge pull request #77 from swapnilmj/patch-2
Fixed a typo in link
Diffstat (limited to 'doc')
-rw-r--r--doc/USAGE.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/USAGE.markdown b/doc/USAGE.markdown
index f021318..a9d7364 100644
--- a/doc/USAGE.markdown
+++ b/doc/USAGE.markdown
@@ -153,7 +153,7 @@ q supports multiple parsing modes:
The format of F is as a list of X=f separated by commas, where X is a column number and f is a python format:
* X - column number - This is the SELECTed column (or expression) number, not the one from the original table. E.g, 1 is the first SELECTed column, 3 is the third SELECTed column.
-* f - A python formatting string - See http://docs.python.org/release/2.4.4/hlib/typesseq-strings.html for details if needed.
+* f - A python formatting string - See http://docs.python.org/release/2.4.4/lib/typesseq-strings.html for details if needed.
** Example: `-f 3=%-10s,5=%4.3f,1=%x`
## EXAMPLES