diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-25 14:08:50 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-25 14:08:50 +0100 |
commit | 51e4f049d3bd9834972e9e7578a3c1f2d055c4a3 (patch) | |
tree | 0b3f961c4f0bddcd8e36922fa420dfde3d32aba8 /src/__main__.py | |
parent | whtiespace (diff) | |
download | blueshift-51e4f049d3bd9834972e9e7578a3c1f2d055c4a3.tar.gz blueshift-51e4f049d3bd9834972e9e7578a3c1f2d055c4a3.tar.bz2 blueshift-51e4f049d3bd9834972e9e7578a3c1f2d055c4a3.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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' |