We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e7b2b commit 45de6c2Copy full SHA for 45de6c2
internal/server/commands/link.go
@@ -41,7 +41,7 @@ func (l *link) ValidArgs() map[string]string {
41
"stdio": "Use stdin and stdout as transport, will disable logging, destination after stdio:// is ignored",
42
"http": "Use http polling as the underlying transport",
43
"https": "Use https polling as the underlying transport",
44
- "use-host-header": "Use the client supplied host header as the callback address",
+ "use-host-header": "Use HTTP Host header as callback address when generating download template (add .sh to your download urls and find out)",
45
"shared-object": "Generate shared object file",
46
"fingerprint": "Set RSSH server fingerprint will default to server public key",
47
"garble": "Use garble to obfuscate the binary (requires garble to be installed)",
0 commit comments