Skip to content

Commit c3f59ce

Browse files
christian-heuseljuanfont
authored andcommitted
Update the node join instruction to reference "username"
related to juanfont#1144 Signed-off-by: Christian Heusel <[email protected]>
1 parent c720af6 commit c3f59ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ var registerWebAPITemplate = template.Must(
7878
<p>
7979
Run the command below in the headscale server to add this machine to your network:
8080
</p>
81-
<pre><code>headscale -n NAMESPACE nodes register --key {{.Key}}</code></pre>
81+
<pre><code>headscale nodes register --user USERNAME --key {{.Key}}</code></pre>
8282
</body>
8383
</html>
8484
`))

0 commit comments

Comments
 (0)