summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorAlexander Shpilkin <ashpilkin@gmail.com>2018-07-24 21:44:12 +0200
committerAlexander Shpilkin <ashpilkin@gmail.com>2018-07-25 00:39:55 +0200
commitf1c6bede9b52086529da061c37ed83ca80f2f90b (patch)
tree4f9eeabb888cd30c4b0964d1d6f5972a1096bf25 /alot
parent0c93409da2477dbb2c8b89ca4b55ade7e9720746 (diff)
Reword description of options -C and colourmode
Diffstat (limited to 'alot')
-rw-r--r--alot/__main__.py2
-rw-r--r--alot/defaults/alot.rc.spec2
2 files changed, 2 insertions, 2 deletions
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