Config: Cleaned up verbose entry - it is defaults, not documentation.

This commit is contained in:
Paul Beckingham 2015-09-20 09:18:05 -04:00
parent 6bcbcbb363
commit d50372b799

View file

@ -75,11 +75,8 @@ std::string Config::_defaults =
"reserved.lines=1 # Assume a 1-line prompt\n" "reserved.lines=1 # Assume a 1-line prompt\n"
"\n" "\n"
"# Miscellaneous\n" "# Miscellaneous\n"
"verbose=yes # Provide maximal feedback\n"
"#verbose=no # Provide regular feedback\n"
"#verbose=nothing # Provide no feedback\n"
"# # Comma-separated list. May contain any subset of:\n" "# # Comma-separated list. May contain any subset of:\n"
"#verbose=blank,header,footnote,label,new-id,new-uuid,affected,edit,special,project,sync,filter,unwait,recur\n" "verbose=blank,header,footnote,label,new-id,new-uuid,affected,edit,special,project,sync,unwait,recur\n"
"confirmation=yes # Confirmation on delete, big changes\n" "confirmation=yes # Confirmation on delete, big changes\n"
"recurrence=yes # Enable recurrence\n" "recurrence=yes # Enable recurrence\n"
"recurrence.confirmation=prompt # Confirmation for propagating changes among recurring tasks (yes/no/prompt)\n" "recurrence.confirmation=prompt # Confirmation for propagating changes among recurring tasks (yes/no/prompt)\n"