Merge pull request 'clan-cli: fix typos' (#1183) from a-kenji-clan-cli/fix/typos into main

This commit is contained in:
clan-bot
2024-04-12 15:47:32 +00:00

View File

@@ -150,9 +150,9 @@ class Host:
Creates a Host Creates a Host
@host the hostname to connect to via ssh @host the hostname to connect to via ssh
@port the port to connect to via ssh @port the port to connect to via ssh
@forward_agent: wheter to forward ssh agent @forward_agent: whether to forward ssh agent
@command_prefix: string to prefix each line of the command output with, defaults to host @command_prefix: string to prefix each line of the command output with, defaults to host
@host_key_check: wether to check ssh host keys @host_key_check: whether to check ssh host keys
@verbose_ssh: Enables verbose logging on ssh connections @verbose_ssh: Enables verbose logging on ssh connections
@meta: meta attributes associated with the host. Those can be accessed in custom functions passed to `run_function` @meta: meta attributes associated with the host. Those can be accessed in custom functions passed to `run_function`
""" """