...
This commit is contained in:
parent
2bb8539775
commit
a23fb153e6
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ def write_cli_docs(all_kitten_names: Iterable[str]) -> None:
|
|||
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='^'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue