projects
/
pygrader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b2aab7
)
pg.py: fix incomming -> incoming typo for --respond help.
author
W. Trevor King
<wking@tremily.us>
Sun, 2 Sep 2012 13:26:22 +0000
(09:26 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sun, 2 Sep 2012 13:26:22 +0000
(09:26 -0400)
bin/pg.py
patch
|
blob
|
history
diff --git
a/bin/pg.py
b/bin/pg.py
index edfe0164b62166b97fbbcb8d861d3f0e3ff8bf0a..32b86e70b2a4ea879583c4a4e8b3fd3d3f601324 100755
(executable)
--- a/
bin/pg.py
+++ b/
bin/pg.py
@@
-140,7
+140,7
@@
if __name__ == '__main__':
'actually marked as late'))
mailpipe_parser.add_argument(
'-r', '--respond', default=False, action='store_const', const=True,
- help=('Send automatic response emails to acknowledge incom
m
ing '
+ help=('Send automatic response emails to acknowledge incoming '
'messages.'))
todo_parser = subparsers.add_parser(