Skip to content

Commit caa83ee

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/delete.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ func init() {
2424
deleteCmd.Flags().StringP("id", "i", "", "Host ID")
2525
deleteCmd.Flags().String("ip", "", "Host IP")
2626

27-
deleteCmd.Flags().String("secret-key", "", "The access token for your cloud (scaleway, ec2)")
28-
deleteCmd.Flags().String("secret-key-file", "", "Read this file for the access token for your cloud (scaleway, ec2)")
27+
deleteCmd.Flags().String("secret-key", "", "The secret key for your cloud (scaleway, ec2)")
28+
deleteCmd.Flags().String("secret-key-file", "", "Read this file for the secret key for your cloud (scaleway, ec2)")
2929
deleteCmd.Flags().String("session-token", "", "The session token for ec2 (when using with temporary credentials)")
3030
deleteCmd.Flags().String("session-token-file", "", "Read this file for the session token for ec2 (when using with temporary credentials)")
3131

0 commit comments

Comments
 (0)