docs: fix flag name [ci skip]

This commit is contained in:
2021-10-21 20:58:01 +02:00
parent 0c8dba0681
commit 2bb4a9c063

View File

@ -30,7 +30,7 @@ creation request. You must already have a Hetzner Cloud account and an account
API token before using this command. API token before using this command.
Your token can be loaded from the environment using the HCLOUD_TOKEN 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{ Flags: []cli.Flag{
&cli.StringFlag{ &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. Capsul instance before using this command.
Your token can be loaded from the environment using the CAPSUL_TOKEN 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{ Flags: []cli.Flag{
&cli.StringFlag{ &cli.StringFlag{