aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2018-10-19 13:06:27 +0300
committergramanas <anastasis.gramm2@gmail.com>2018-10-19 13:06:27 +0300
commit18e6099230c3bfe23d4faeeae289554f127deb87 (patch)
treee395857e93a6f40a801aa97c8fd4e9349c72e824 /README.org
parent147efc35461763c38e8875afac7bc44d2559204b (diff)
downloadck-18e6099230c3bfe23d4faeeae289554f127deb87.tar.gz
ck-18e6099230c3bfe23d4faeeae289554f127deb87.tar.bz2
ck-18e6099230c3bfe23d4faeeae289554f127deb87.zip
Add install script and config/verbose help
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.org b/README.org
index b7da351..40c8a94 100644
--- a/README.org
+++ b/README.org
@@ -137,7 +137,7 @@ sqlite db.
One can have multiple config directories with different configurations
each.
-Using the special keyword *config* (or *conf* or *c* or *-c*) you can set the path
+Using the special keyword *config* (or *-c*) you can set the path
in which ck will search for the *.ck* directory.
You can prefix every action with this and ck will use the configuration
@@ -149,10 +149,6 @@ Usage:
# /someplace/else must exist or
# the action following it must be init
- $ ck conf /someplace/else ...
-
- # same thing
- $ ck c /someplace/else ...
$ ck -c /someplace/else ...
#+END_SRC