aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index c03a093..4f4fc52 100644
--- a/README.org
+++ b/README.org
@@ -239,7 +239,7 @@ Usage:
#+END_SRC
*** search
-or s or -s
+or grep or s or -s
Perform infile grep in all the configurations ck keeps track of.
@@ -252,11 +252,11 @@ Usage:
# search for parenthesis
$ ck search \(
# search term with spaces
- $ ck search "This is a space"
+ $ ck grep "This is a space"
# both
- $ ck search "(add 2 4)"
+ $ ck s "(add 2 4)"
# and a normal one
- $ ck search alias
+ $ ck -s alias
#+END_SRC
If you want to use more advanced grep techniques or even