aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/blueshift-tray.py2
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)