diff options
Diffstat (limited to '')
| -rwxr-xr-x | src/blueshift-tray.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blueshift-tray.py b/src/blueshift-tray.py index d8b08d3..965d1f8 100755 --- a/src/blueshift-tray.py +++ b/src/blueshift-tray.py @@ -59,7 +59,7 @@ def term(count = 1, kill = False): Terminate the blueshift if alive @param count:int Number of times to send SIGTERM - @param kill:bool Whether to also send SIGKILL and the exit + @param kill:bool Whether to also send SIGKILL and then exit ''' if process is not None: process.send_signal(signal.SIGTERM) |
