Skip to content

Commit

Permalink
Change service-defined UDAs message to not imply necessity.
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingtonbear committed Mar 6, 2014
1 parent 23882ca commit cf78e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugwarrior/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def _bool_option(section, option, default):
uda_list = build_uda_list(services)
if uda_list:
log.name('bugwarrior').info(
'Service-defined UDAs (add these to your ~/.taskrc):'
'Service-defined UDAs (you can optionally add these to your ~/.taskrc for use in reports):'
)
for uda in uda_list:
log.name('bugwarrior').info('%s=%s' % uda)
Expand Down

0 comments on commit cf78e68

Please sign in to comment.