projects
/
rss2email.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e40d408
)
rss2email: fix pausing -> unpausing typo in unpause help string.
author
W. Trevor King
<wking@tremily.us>
Thu, 18 Oct 2012 12:45:52 +0000
(08:45 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 18 Oct 2012 12:45:52 +0000
(08:45 -0400)
rss2email.py
patch
|
blob
|
history
diff --git
a/rss2email.py
b/rss2email.py
index 82bcb4e73221078dadce2d161c255f3803880280..05fe1bb75912fed1c44141c2b30a85491e2dc66e 100755
(executable)
--- a/
rss2email.py
+++ b/
rss2email.py
@@
-1604,7
+1604,7
@@
if __name__ == '__main__':
unpause_parser.set_defaults(func=cmd_unpause)
unpause_parser.add_argument(
'index', nargs='*',
- help='feeds to ununpause (defaults to pausing all feeds)')
+ help='feeds to ununpause (defaults to
un
pausing all feeds)')
delete_parser = subparsers.add_parser(
'delete', help=cmd_delete.__doc__.splitlines()[0])