From 1f9ee111de724c5a0c540338b395f00f63e4b822 Mon Sep 17 00:00:00 2001 From: cameronts Date: Wed, 30 Nov 2022 16:43:11 -0800 Subject: [PATCH] Update usage for the operatingsystem flag. --- netclient/cli_options/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netclient/cli_options/flags.go b/netclient/cli_options/flags.go index 89204dd2..957059da 100644 --- a/netclient/cli_options/flags.go +++ b/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",