Skip to content

Commit

Permalink
Update create command description
Browse files Browse the repository at this point in the history
Co-authored-by: Vicente Pinto <[email protected]>
  • Loading branch information
GokceGK and vicentepinto98 authored Mar 7, 2024
1 parent b0dea40 commit 0495a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/object-storage/credentials/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewCmd() *cobra.Command {
Args: args.NoArgs,
Example: examples.Build(
examples.NewExample(
`Create credentials for a credentials group`,
`Create credentials for a credentials group with ID xxx`,
"$ stackit object-storage credentials create --credentials-group xxx"),
examples.NewExample(
`Create credentials for a credentials group, with a specific expiration date`,
Expand Down

0 comments on commit 0495a2f

Please sign in to comment.