summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-16 01:25:22 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-16 01:25:22 +0100
commit3bb1d91666886710c0b1ca49fa4fdfde02fd7c43 (patch)
treeeef326330aa12f770567d11ff9da9afd87038a57 /alot
parentce805a14602daa3bcd38c8f20223f18bb4bc546e (diff)
typo
Diffstat (limited to 'alot')
-rw-r--r--alot/commands/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index c3e11a5a..9d963fa7 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -298,7 +298,7 @@ class PipeCommand(Command):
@registerCommand(MODE, 'print', arguments=[
(['--all'], {'action': 'store_true', 'help':'print all messages'}),
(['--separately'], {'action': 'store_true',
- 'help':'call print command once for each message'})]
+ 'help':'call print command once for each message'})],
help='print message(s)')
class PrintCommand(PipeCommand):
def __init__(self, all=False, separately=False, **kwargs):