From a23fb153e6d176b6b631f641cfff443e83d019ff Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 10 Sep 2024 07:25:19 +0530 Subject: [PATCH] ... --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a9df4f9e4..c36e7fdff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -283,7 +283,7 @@ if you specify a program-to-run you can use the special placeholder p('\nCommand Line Interface') p('-' * 72) appname = f'kitten {kitten}' - if kitten in ('panel', 'broadcast'): + if kitten in ('panel', 'broadcast', 'remote_file'): appname = 'kitty +' + appname p('\n\n' + option_spec_as_rst( data['options'], message=data['help_text'], usage=data['usage'], appname=appname, heading_char='^'))