Skip to content

Commit 65c39ea

Browse files
authored
safeeyes/safeeyes.py: Fix description of -s/--settings (slgobinath#778)
Regression from commit 5c4bfc6
1 parent 8b8ac1b commit 65c39ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

safeeyes/safeeyes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __register_cli_arguments(self):
7373
flags = [
7474
# startup window
7575
("about", "a", _("show the about dialog")),
76-
("settings", "s", _("start safeeyes in debug mode")),
76+
("settings", "s", _("show the settings dialog")),
7777
("take-break", "t", _("Take a break now").lower()),
7878
# activate action
7979
("disable", "d", _("disable the currently running safeeyes instance")),

0 commit comments

Comments
 (0)