Clarify settings docstring

This commit is contained in:
Chris Wood 2014-07-18 13:03:33 -04:00
parent 70fd2190e8
commit 0532b4361c

View File

@ -36,7 +36,7 @@ class Reddit(IntervalModule):
("format", "Format string used for output."), ("format", "Format string used for output."),
("username", "Reddit username."), ("username", "Reddit username."),
("password", "Reddit password."), ("password", "Reddit password."),
("subreddit", "Subreddit to monitor. Defaults to frontpage."), ("subreddit", "Subreddit to monitor. Uses frontpage if unspecified."),
("sort_by", "'hot', 'new', 'rising', 'controversial', or 'top'."), ("sort_by", "'hot', 'new', 'rising', 'controversial', or 'top'."),
("color", "Standard color."), ("color", "Standard color."),
("colorize", "Enable color change on new message."), ("colorize", "Enable color change on new message."),