From 2bb4a9c06381b2be2ee47f467be133f2d980e34c Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 21 Oct 2021 20:58:01 +0200 Subject: [PATCH] docs: fix flag name [ci skip] --- cli/server/new.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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{