Skip to content

Commit

Permalink
Fix incorrect hint flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Vandover committed Aug 11, 2020
1 parent f10c1ff commit 32bb284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (
`
deploymentSaCreateExample = `
# Create service-account
$ astro deployment service-account create --deployment-uuid=xxxxx --label=my_label --role=ROLE
$ astro deployment service-account create --deployment-id=xxxxx --label=my_label --role=ROLE
`
deploymentSaGetExample = `
# Get deployment service-account
Expand Down

0 comments on commit 32bb284

Please sign in to comment.