docker: document cmdeploy dns in docker containers

This commit is contained in:
missytake
2025-08-26 11:01:54 +02:00
parent 346179d045
commit 2c344d7fc5
2 changed files with 6 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ def dns_cmd_options(parser):
parser.add_argument(
"--ssh-host",
dest="ssh_host",
help="Run the DNS queries on 'localhost', via 'docker', or on a specific SSH host",
help="Run the DNS queries on 'localhost', in the chatmail 'docker' container, or on a specific SSH host",
)