summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2014-01-06 15:42:05 -0500
committerHarel Ben-Attia <harelba@gmail.com>2014-01-06 15:42:05 -0500
commita15b922bb433cb101d53f6a78b46bfb6232c0534 (patch)
treecf233ecbae9535d3a3a86fa768f2b469fcc4c44d
parent233db1abff3dfd2df42317fbea781a0e006ed9f7 (diff)
Fixing bug in example provided in --help text1.1
-rwxr-xr-xq2
1 files changed, 1 insertions, 1 deletions
diff --git a/q b/q
index 9c7485b..1e04305 100755
--- a/q
+++ b/q
@@ -74,7 +74,7 @@ parser = OptionParser(usage="""
Examples:
- Example 1: ls -ltr * | q "select c1,count(1) from - group by c1"
+ Example 1: ls -ltrd * | q "select c1,count(1) from - group by c1"
This example would print a count of each unique permission string in the current folder.
Example 2: seq 1 1000 | q "select avg(c1),sum(c1) from -"