Skip to content

Commit 45de6c2

Browse files
committed
Update description of link command
1 parent 42e7b2b commit 45de6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/server/commands/link.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func (l *link) ValidArgs() map[string]string {
4141
"stdio": "Use stdin and stdout as transport, will disable logging, destination after stdio:// is ignored",
4242
"http": "Use http polling as the underlying transport",
4343
"https": "Use https polling as the underlying transport",
44-
"use-host-header": "Use the client supplied host header as the callback address",
44+
"use-host-header": "Use HTTP Host header as callback address when generating download template (add .sh to your download urls and find out)",
4545
"shared-object": "Generate shared object file",
4646
"fingerprint": "Set RSSH server fingerprint will default to server public key",
4747
"garble": "Use garble to obfuscate the binary (requires garble to be installed)",

0 commit comments

Comments
 (0)