We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a7129 commit 8579191Copy full SHA for 8579191
api.go
@@ -78,7 +78,7 @@ var registerWebAPITemplate = template.Must(
78
<p>
79
Run the command below in the headscale server to add this machine to your network:
80
</p>
81
- <pre><code>headscale -n NAMESPACE nodes register --key {{.Key}}</code></pre>
+ <pre><code>headscale nodes register --user USERNAME --key {{.Key}}</code></pre>
82
</body>
83
</html>
84
`))
0 commit comments