Skip to content

Commit

Permalink
Fix rc.verbose documentation in taskrc(5)
Browse files Browse the repository at this point in the history
  • Loading branch information
janikrabe authored and pbeckingham committed Feb 14, 2019
1 parent e97146a commit f6b2a65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/man/taskrc.5.in
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ prompt. This is only referenced when 'limit:page' is used.

.TP
.B verbose=1|0|nothing|list...
When set to "1" (the default), helpful explanatory comments are added to all
output from Taskwarrior. Setting this to "0" means that you would see regular
When set to "1", helpful explanatory comments are added to all output from
Taskwarrior. Setting this to "0" (the default) means that you would see regular
output.

The special value "nothing" can be used to eliminate all optional output, which
Expand Down Expand Up @@ -292,7 +292,7 @@ and the "nothing" setting is equivalent to none of the tokens being specified.
Here are the shortcut equivalents:

verbose=on
verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync,filter,unwait,override
verbose=blank,header,footnote,label,new-id,new-uuid,affected,edit,special,project,sync,filter,unwait,override,recur

verbose=0
verbose=blank,label,new-id,edit
Expand Down
2 changes: 1 addition & 1 deletion src/Context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ std::string configurationDefaults =
"\n"
"# Miscellaneous\n"
"# # Comma-separated list. May contain any subset of:\n"
"verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync,unwait,override,recur\n"
"verbose=blank,header,footnote,label,new-id,new-uuid,affected,edit,special,project,sync,filter,unwait,override,recur\n"
"confirmation=1 # Confirmation on delete, big changes\n"
"recurrence=1 # Enable recurrence\n"
"recurrence.confirmation=prompt # Confirmation for propagating changes among recurring tasks (yes/no/prompt)\n"
Expand Down

0 comments on commit f6b2a65

Please sign in to comment.