Update usage for the operatingsystem flag.

This commit is contained in:
cameronts 2022-11-30 16:43:11 -08:00
parent 81f25ad1e5
commit 1f9ee111de

View file

@ -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",