aboutsummaryrefslogtreecommitdiffstats
path: root/src/__main__.py
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-06 20:52:07 +0200
committerMattias Andrée <m@maandree.se>2024-10-06 20:52:07 +0200
commit74405ae5ad9ae22b6f7a91ba2a983c92ad9e052e (patch)
treeb1f97b08be8887741ec846a15711ba978eb3089d /src/__main__.py
parentm (diff)
downloadnightshift-74405ae5ad9ae22b6f7a91ba2a983c92ad9e052e.tar.gz
nightshift-74405ae5ad9ae22b6f7a91ba2a983c92ad9e052e.tar.bz2
nightshift-74405ae5ad9ae22b6f7a91ba2a983c92ad9e052e.tar.xz
Update e-mail
Signed-off-by: Mattias Andrée <m@maandree.se>
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(' ')])