mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
cmd/tailscale/cli: document the web subcommand a bit more
Fixes #2326 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
0ad92b89a6
commit
a9fc583211
@ -60,6 +60,14 @@ var webCmd = &ffcli.Command{
|
|||||||
ShortUsage: "web [flags]",
|
ShortUsage: "web [flags]",
|
||||||
ShortHelp: "Run a web server for controlling Tailscale",
|
ShortHelp: "Run a web server for controlling Tailscale",
|
||||||
|
|
||||||
|
LongHelp: strings.TrimSpace(`
|
||||||
|
"tailscale web" runs a webserver for controlling the Tailscale daemon.
|
||||||
|
|
||||||
|
It's primarily intended for use on Synology, QNAP, and other
|
||||||
|
NAS devices where a web interface is the natural place to control
|
||||||
|
Tailscale, as opposed to a CLI or a native app.
|
||||||
|
`),
|
||||||
|
|
||||||
FlagSet: (func() *flag.FlagSet {
|
FlagSet: (func() *flag.FlagSet {
|
||||||
webf := flag.NewFlagSet("web", flag.ExitOnError)
|
webf := flag.NewFlagSet("web", flag.ExitOnError)
|
||||||
webf.StringVar(&webArgs.listen, "listen", "localhost:8088", "listen address; use port 0 for automatic")
|
webf.StringVar(&webArgs.listen, "listen", "localhost:8088", "listen address; use port 0 for automatic")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user