Explorar o código

Update usage for the operatingsystem flag.

cameronts %!s(int64=3) %!d(string=hai) anos
pai
achega
1f9ee111de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netclient/cli_options/flags.go

+ 1 - 1
netclient/cli_options/flags.go

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