From da48adc563a4a04f954a7129f239f5d4b69b031b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 25 Feb 2014 14:06:44 +0100 Subject: whtiespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/__main__.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src') 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') -- cgit v1.2.3-70-g09d2