diff options
Diffstat (limited to '')
| -rwxr-xr-x | src/__main__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/__main__.py b/src/__main__.py index 6a9ffbb..2a2518d 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -304,7 +304,7 @@ def continuous_run():  ## Read command line arguments -parser = ArgParser('Colour temputare controller', +parser = ArgParser('Colour temperature controller',                     sys.argv[0] + ' [options] [-- configuration-options]',                     'Blueshift adjusts the colour temperature of your\n'                     'monitor according to brightness outside to reduce\n' | 
