diff --git a/cli/server/new.go b/cli/server/new.go index 030ce7b39..b89c3034c 100644 --- a/cli/server/new.go +++ b/cli/server/new.go @@ -30,7 +30,7 @@ creation request. You must already have a Hetzner Cloud account and an account API token before using this command. Your token can be loaded from the environment using the HCLOUD_TOKEN -environment variable or otherwise passing the "--env/-e" flag. +environment variable or otherwise passing the "--token/-T" flag. `, Flags: []cli.Flag{ &cli.StringFlag{ @@ -138,7 +138,7 @@ send a server creation request. You must already have an account on your chosen Capsul instance before using this command. Your token can be loaded from the environment using the CAPSUL_TOKEN -environment variable or otherwise passing the "--env/-e" flag. +environment variable or otherwise passing the "--token/-T" flag. `, Flags: []cli.Flag{ &cli.StringFlag{