mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-04 19:05:27 +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"},
|
||||
EnvVars: []string{"NETCLIENT_OS"},
|
||||
Value: "",
|
||||
Usage: "Identifiable name for machine within Netmaker network.",
|
||||
Usage: "Operating system of machine (linux, darwin, windows, freebsd).",
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "publicipservice",
|
||||
|
|
Loading…
Add table
Reference in a new issue