From 3bb1d91666886710c0b1ca49fa4fdfde02fd7c43 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 16 Oct 2011 01:25:22 +0100 Subject: typo --- alot/commands/thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/commands') 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): -- cgit v1.2.3