rss2email: fix pausing -> unpausing typo in unpause help string.
authorW. Trevor King <wking@tremily.us>
Thu, 18 Oct 2012 12:45:52 +0000 (08:45 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 18 Oct 2012 12:45:52 +0000 (08:45 -0400)
rss2email.py

index 82bcb4e73221078dadce2d161c255f3803880280..05fe1bb75912fed1c44141c2b30a85491e2dc66e 100755 (executable)
@@ -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 unpausing all feeds)')
 
     delete_parser = subparsers.add_parser(
         'delete', help=cmd_delete.__doc__.splitlines()[0])