summaryrefslogtreecommitdiffstats
path: root/src/__main__.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-25 14:06:44 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-25 14:06:44 +0100
commitda48adc563a4a04f954a7129f239f5d4b69b031b (patch)
tree0e8763e05066333e30fee2376ab63956d935c8e9 /src/__main__.py
parentm (diff)
downloadblueshift-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-xsrc/__main__.py18
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')