Added 'save config'. Adjusted test/tutorial.py (and test/ in general) passes.
[hooke.git] / doc / config.txt
index d2a8d0ac8e25050a3229cd6774a52a253725454f..6b72780835f729ae95283b3b580a12e778f0bf60 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`.
 
@@ -50,5 +54,3 @@ 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.