diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-10-19 13:06:27 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-10-19 13:06:27 +0300 |
commit | 18e6099230c3bfe23d4faeeae289554f127deb87 (patch) | |
tree | e395857e93a6f40a801aa97c8fd4e9349c72e824 /README.org | |
parent | 147efc35461763c38e8875afac7bc44d2559204b (diff) | |
download | ck-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.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 |