From ca17e9b02c0bd6df6a1d899c20330235a7856c9c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 7 Jun 2018 22:23:15 +0530 Subject: [PATCH] ... --- kitty/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/cli.py b/kitty/cli.py index d9bb3b71a..fbff3de77 100644 --- a/kitty/cli.py +++ b/kitty/cli.py @@ -328,7 +328,7 @@ Run the :italic:`{appname}` terminal emulator. You can also specify the :italic: to run inside :italic:`{appname}` as normal arguments following the :italic:`options`. For example: {appname} /bin/sh -For comprehensive documentation for kitty, please visit: https://sw.kovidgoyal.net/kitty''').format(appname=appname) +For comprehensive documentation for kitty, please see: https://sw.kovidgoyal.net/kitty''').format(appname=appname) def print_help_for_seq(seq, usage, message, appname):