test/data/vclamp_jpk/README: Document sample versions
[hooke.git] / doc / config.txt
index d2a8d0ac8e25050a3229cd6774a52a253725454f..4d7540bb47d9d91c7f28a70b77a30eb2d6bb9266 100644 (file)
@@ -22,7 +22,11 @@ Examples
 
 Run::
 
-    $ hooke --save-config -c ''
+    $ ./bin/hk.py --save-config -c ''
+
+or::
+
+    $ ./bin/hk.py -c 'save_config --output .hooke.cfg'
 
 To write a well commented example config file to :file:`.hooke.cfg`.
 
@@ -40,15 +44,11 @@ default path list is
 * :file:`./.hooke.cfg`
 
 but alternatives can be specified from the command line launching
-Hooke.
+Hooke (``--config FILE``).
 
 .. _Filesystem Hierarchy Standard: http://www.pathname.com/fhs/
 
-.. todo:: Implement command-line specified config file.
-
 .. warning:: Any changes you make to the configuration during a Hooke
   run will *not be saved* when Hooke exits.  To save the changes,
   either run the `save config` command before closing Hooke, or start
   Hooke with the ``--save-config`` option.
-
-.. todo:: Implement `save config` command.