Skip to content

Commit

Permalink
refactor(cmd): Update doc for secret key option in delete cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Champenois <[email protected]>
  • Loading branch information
Quentinchampenois committed Oct 9, 2024
1 parent 213b026 commit caa83ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ func init() {
deleteCmd.Flags().StringP("id", "i", "", "Host ID")
deleteCmd.Flags().String("ip", "", "Host IP")

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

Expand Down

0 comments on commit caa83ee

Please sign in to comment.