diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:52:38 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:52:38 +0100 |
| commit | 476273e5214b0f32361da4c72c9b6c53436cf748 (patch) | |
| tree | 5018ffc74ab05147adb9f4237d3877ccb893906b /__main__.py | |
| parent | m makefile (diff) | |
| download | nightshift-0.6.2.tar.gz nightshift-0.6.2.tar.bz2 nightshift-0.6.2.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '__main__.py')
| -rwxr-xr-x | __main__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/__main__.py b/__main__.py index d0ac5eb..b398d0f 100755 --- a/__main__.py +++ b/__main__.py @@ -101,7 +101,7 @@ toggle = False set_status = None ''' -:bool? `True` if redshift should be enabled, `False` for disble, otherwise `None` +:bool? `True` if redshift should be enabled, `False` for disable, otherwise `None` ''' set_freeze = None @@ -117,7 +117,7 @@ status = False conf_opts = [] ''' :list<str> This list will always have at least one element. This list is filled - with options passed to the configurations, with the first element + with options passed to the configuration, with the first element being the configuration file ''' @@ -168,7 +168,7 @@ for arg in sys.argv[1:]: -h --help Display this help message -V --version Show program version -C --copyright Show program copyright information - -W --warranty Show program warrantly disclaimer + -W --warranty Show program warranty disclaimer -d --daemon Start as daemon -x --reset --kill Remove adjustment from screen |
