diff --git a/amaranth/build/run.py b/amaranth/build/run.py index 003ad3c..6ea8550 100644 --- a/amaranth/build/run.py +++ b/amaranth/build/run.py @@ -165,7 +165,7 @@ class BuildPlan: ``connect_to`` is a dictionary that holds all input arguments to ``paramiko``'s ``SSHClient.connect`` - (`documentation `_). + (`documentation `_). At a minimum, the ``hostname`` input argument must be supplied in this dictionary as the remote server.