mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-13 03:59:23 +02:00
...
This commit is contained in:
@@ -342,7 +342,7 @@ def _main() -> None:
|
||||
if cli_opts.watcher:
|
||||
from .window import global_watchers
|
||||
global_watchers.set_extra(cli_opts.watcher)
|
||||
log_error('The --watcher command line option has beed deprecated infavor of using the watcher option in kitty.conf')
|
||||
log_error('The --watcher command line option has been deprecated in favor of using the watcher option in kitty.conf')
|
||||
try:
|
||||
with setup_profiling(cli_opts):
|
||||
# Avoid needing to launch threads to reap zombies
|
||||
|
||||
Reference in New Issue
Block a user