Browse Source

Update usage for the operatingsystem flag.

cameronts 2 năm trước cách đây
mục cha
commit
1f9ee111de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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",