diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-25 14:06:44 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-25 14:06:44 +0100 |
commit | da48adc563a4a04f954a7129f239f5d4b69b031b (patch) | |
tree | 0e8763e05066333e30fee2376ab63956d935c8e9 /src/__main__.py | |
parent | m (diff) | |
download | blueshift-da48adc563a4a04f954a7129f239f5d4b69b031b.tar.gz blueshift-da48adc563a4a04f954a7129f239f5d4b69b031b.tar.bz2 blueshift-da48adc563a4a04f954a7129f239f5d4b69b031b.tar.xz |
whtiespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-x | src/__main__.py | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/__main__.py b/src/__main__.py index 22973ac..6a9ffbb 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -304,15 +304,15 @@ def continuous_run(): ## Read command line arguments -parser = ArgParser('Colour temputare controller', - sys.argv[0] + ' [options] [-- configuration-options]', - 'Blueshift adjusts the colour temperature of your\n' - 'monitor according to brightness outside to reduce\n' - 'eye strain and make it easier to fall asleep when\n' - 'going to bed. IT can also be used to increase the\n' - 'colour temperature and make the monitor bluer,\n' - 'this helps you focus on your work.', - None, True, ArgParser.standard_abbreviations()) +parser = ArgParser('Colour temputare controller', + sys.argv[0] + ' [options] [-- configuration-options]', + 'Blueshift adjusts the colour temperature of your\n' + 'monitor according to brightness outside to reduce\n' + 'eye strain and make it easier to fall asleep when\n' + 'going to bed. IT can also be used to increase the\n' + 'colour temperature and make the monitor bluer,\n' + 'this helps you focus on your work.', + None, True, ArgParser.standard_abbreviations()) dn = '\nUse twice or daytime and nighttime respectively' parser.add_argumented(['-c', '--configurations'], 0, 'FILE', 'Select configuration file') |