From 1a66f6764ead424c6bc83b50ad016db581489650 Mon Sep 17 00:00:00 2001 From: Alexander Shpilkin Date: Tue, 24 Jul 2018 21:30:22 +0200 Subject: Capitalize option and command descriptions consistently --- alot/commands/envelope.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/commands/envelope.py') 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'}, -- cgit v1.2.3