mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 11:56:39 +08:00
Update usage for the operatingsystem flag.
This commit is contained in:
parent
81f25ad1e5
commit
1f9ee111de
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ func GetFlags(hostname string) []cli.Flag {
|
||||||
Aliases: []string{"os"},
|
Aliases: []string{"os"},
|
||||||
EnvVars: []string{"NETCLIENT_OS"},
|
EnvVars: []string{"NETCLIENT_OS"},
|
||||||
Value: "",
|
Value: "",
|
||||||
Usage: "Identifiable name for machine within Netmaker network.",
|
Usage: "Operating system of machine (linux, darwin, windows, freebsd).",
|
||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "publicipservice",
|
Name: "publicipservice",
|
||||||
|
|
Loading…
Add table
Reference in a new issue