summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-01-07 13:45:27 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-01-07 13:45:27 +0000
commit97c2aa795030752877d2b0d6bbd9420c6abb4baf (patch)
tree137a81416f1d7b324e8f461a37a323c779404a0e /alot
parentaa4c4e8aaeeda3c44efcf5a9c0b169927456782a (diff)
fix typo
Diffstat (limited to 'alot')
-rw-r--r--alot/commands/thread.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 7231781e..c1e989da 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -304,9 +304,9 @@ class ChangeDisplaymodeCommand(Command):
(['--ids'], {'action': 'store_true',
'help':'only pass message ids'}),
(['--separately'], {'action': 'store_true',
- 'help':'call command once for each message'})
+ 'help':'call command once for each message'}),
(['--background'], {'action': 'store_true',
- 'help':'disable stdin and ignore stdout'})
+ 'help':'disable stdin and ignore stdout'}),
],
)
class PipeCommand(Command):