From db79917bc1a0e57739f39c3d94453db35f6948c2 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 29 May 2016 12:07:08 -0400 Subject: [PATCH] Docs: Added command line configuration overrides --- doc/man/timew.1.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/man/timew.1.in b/doc/man/timew.1.in index 64c8b491..c08c96c0 100644 --- a/doc/man/timew.1.in +++ b/doc/man/timew.1.in @@ -299,6 +299,17 @@ This file contains a mix of rules and configuration settings. The values 'true', '1', 'y', 'yes' and 'on' are all equivalent and enable a setting. Any other value means disable the setting. +Default values may be overridden by timewarrior.cfg values, which may in turn be +overriden on the command line using: + + rc.= + +For example, to turn off verbose mode: + + rc.verbose=0 + +Note that hints can also do this (:quiet). + .TP .B confirmation = yes Determines whether harmful operations require interactive confirmation.