summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
diff options
context:
space:
mode:
authorAlexander Shpilkin <ashpilkin@gmail.com>2018-07-24 21:30:22 +0200
committerAlexander Shpilkin <ashpilkin@gmail.com>2018-07-25 00:39:51 +0200
commit1a66f6764ead424c6bc83b50ad016db581489650 (patch)
tree8c33b32747022810fd601273522e8a98efd0b7eb /alot/commands/envelope.py
parent32a5d7629b73b2191d6fd618836fc3b008903d79 (diff)
Capitalize option and command descriptions consistently
Diffstat (limited to 'alot/commands/envelope.py')
-rw-r--r--alot/commands/envelope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/envelope.py b/alot/commands/envelope.py
index 94d746cc..000e14db 100644
--- a/alot/commands/envelope.py
+++ b/alot/commands/envelope.py
@@ -621,7 +621,7 @@ class EncryptCommand(Command):
@registerCommand(
MODE, 'retag', forced={'action': 'set'},
arguments=[(['tags'], {'help': 'comma separated list of tags'})],
- help='set message tags.',
+ help='set message tags',
)
@registerCommand(
MODE, 'untag', forced={'action': 'remove'},