From 6265e6905c447824251a4ed30dac9f14a4736953 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 14 Aug 2010 11:49:54 -0400 Subject: [PATCH] Bring doc/config.txt up to speed --- doc/config.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/config.txt b/doc/config.txt index d2b8d14..d2a8d0a 100644 --- a/doc/config.txt +++ b/doc/config.txt @@ -22,9 +22,9 @@ Examples Run:: - $ hooke --example-config-file + $ hooke --save-config -c '' -To print a well commented example config file to stdout. +To write a well commented example config file to :file:`.hooke.cfg`. Finding configuration files @@ -43,3 +43,12 @@ but alternatives can be specified from the command line launching Hooke. .. _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. -- 2.26.2