summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 43d6e9c8..deed04b2 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -388,7 +388,7 @@ class ChangeDisplaymodeCommand(Command):
@registerCommand(MODE, 'pipeto', arguments=[
- (['cmd'], {'help':'shellcommand to pipe to'}),
+ (['cmd'], {'help':'shellcommand to pipe to', 'nargs': '+'}),
(['--all'], {'action': 'store_true', 'help':'pass all messages'}),
(['--format'], {'help':'output format', 'default':'raw',
'choices':['raw', 'decoded', 'id', 'filepath']}),