Skip to content

Commit 213b026

Browse files
Quentinchampenoisalexellis
authored andcommitted
refactor(cmd): Update doc for secret key option in create cmd
Signed-off-by: Quentin Champenois <[email protected]>
1 parent f98ff84 commit 213b026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/create.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ func init() {
3737

3838
createCmd.Flags().String("vpc-id", "", "The VPC ID to create the exit-server in (ec2)")
3939
createCmd.Flags().String("subnet-id", "", "The Subnet ID where the exit-server should be placed (ec2)")
40-
createCmd.Flags().String("secret-key", "", "The access token for your cloud (scaleway, ec2)")
41-
createCmd.Flags().String("secret-key-file", "", "Read this file for the access token for your cloud (scaleway, ec2)")
40+
createCmd.Flags().String("secret-key", "", "The secret key for your cloud (scaleway, ec2)")
41+
createCmd.Flags().String("secret-key-file", "", "Read this file for the secret key for your cloud (scaleway, ec2)")
4242
createCmd.Flags().String("session-token", "", "The session token for ec2 (when using with temporary credentials)")
4343
createCmd.Flags().String("session-token-file", "", "Read this file for the session token for ec2 (when using with temporary credentials)")
4444

0 commit comments

Comments
 (0)