From f1c6bede9b52086529da061c37ed83ca80f2f90b Mon Sep 17 00:00:00 2001 From: Alexander Shpilkin Date: Tue, 24 Jul 2018 21:44:12 +0200 Subject: Reword description of options -C and colourmode --- alot/__main__.py | 2 +- alot/defaults/alot.rc.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'alot') diff --git a/alot/__main__.py b/alot/__main__.py index 80c0da12..1c2a2c46 100644 --- a/alot/__main__.py +++ b/alot/__main__.py @@ -40,7 +40,7 @@ def parser(): help='notmuch configuration file') parser.add_argument('-C', '--colour-mode', choices=(1, 16, 256), type=int, - help='terminal colour mode') + help='number of colours to use') parser.add_argument('-p', '--mailindex-path', action=cargparse.ValidatedStoreAction, validator=cargparse.require_dir, diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec index dfe5dd38..a2edcb37 100644 --- a/alot/defaults/alot.rc.spec +++ b/alot/defaults/alot.rc.spec @@ -23,7 +23,7 @@ bug_on_exit = boolean(default=False) # offset of next focused buffer if the current one gets closed bufferclose_focus_offset = integer(default=-1) -# number of colours to use +# number of colours to use on the terminal colourmode = option(1, 16, 256, default=256) # number of spaces used to replace tab characters -- cgit v1.2.3