aboutsummaryrefslogtreecommitdiffstats
path: root/src/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-xsrc/__main__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/__main__.py b/src/__main__.py
index a8f0723..dbc4623 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -2,7 +2,7 @@
# -*- python -*-
copyright='''
nightshift - A terminal user interface for redshift
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014 Mattias Andrée (m@maandree.se)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -191,8 +191,6 @@ for arg in sys.argv[1:]:
-m --method METHOD Method to use to set colour temperature
(Type `list' to see available methods)
-r --no-transition Disable temperature transitions
-
- Please report bugs to <https://github.com/maandree/nightshift/issues>
'''
text = text.split('\n')[:-1]
indent = min([len(line) - len(line.lstrip()) for line in text if line.rstrip().startswith(' ')])