diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |