diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-05 06:32:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-05 06:32:03 +0200 |
commit | dcad0ed65e8384824036d42e3c3204c800c4e32c (patch) | |
tree | 33bf6a49bab1b00a6499748f3f259959b6cb644c /src/__main__.py | |
parent | update todo (diff) | |
download | blueshift-dcad0ed65e8384824036d42e3c3204c800c4e32c.tar.gz blueshift-dcad0ed65e8384824036d42e3c3204c800c4e32c.tar.bz2 blueshift-dcad0ed65e8384824036d42e3c3204c800c4e32c.tar.xz |
typo + change default temperatures + use solar-python1.19
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-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 b58cfdc..e93b196 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -561,7 +561,7 @@ if have_argparser: None, True, ArgParser.standard_abbreviations()) # Populate parser with possible options - dn = '\nUse twice or daytime and nighttime respectively' + dn = '\nUse twice for daytime and nighttime respectively' parser.add_argumented(['-c', '--configurations'], 0, 'FILE', 'Select configuration file') parser.add_argumentless(['-p', '--panic-gate', '--panicgate'], 0, 'Skip transition into initial settings') parser.add_argumented(['-g', '--gamma'], 0, 'RGB|R:G:B', 'Set gamma correction' + dn) |