Skip to content

Commit 4c0a079

Browse files
committed
Clarify server_address
1 parent bb58bf8 commit 4c0a079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/HowToAddABuilder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ to the remote buildmaster by connecting to ``localhost:9900``:
257257

258258
.. code-block:: bash
259259
260-
ssh -N -L 8011:localhost:8011 -L 9990:localhost:9990 username@server_address
260+
ssh -N -L 8011:localhost:8011 -L 9990:localhost:9990 username@buildmaster_server_address
261261
262262
263263
Best Practices for Configuring a Fast Builder

0 commit comments

Comments
 (0)