Verbosity

- New verbosity token 'filter' shows the complete filter used by the last
  command.
This commit is contained in:
Paul Beckingham 2014-05-21 17:21:22 -04:00
parent 58d8938fda
commit d53c432ff9
6 changed files with 13 additions and 27 deletions

View file

@ -79,7 +79,7 @@ std::string Config::_defaults =
"#verbose=no # Provide regular feedback\n"
"#verbose=nothing # Provide no feedback\n"
"# # Comma-separated list. May contain any subset of:\n"
"#verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync\n"
"#verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync,filter\n"
"confirmation=yes # Confirmation on delete, big changes\n"
"indent.annotation=2 # Indent spaces for annotations\n"
"indent.report=0 # Indent spaces for whole report\n"