Skip to content

Commit

Permalink
Update create command example 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 0495a2f commit b7b1516
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 @@ -42,7 +42,7 @@ func NewCmd() *cobra.Command {
`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`,
`Create credentials for a credentials group with ID xxx, including a specific expiration date`,
"$ stackit object-storage credentials create --credentials-group xxx --expires 2024-03-06T00:00:00.000Z"),
),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit b7b1516

Please sign in to comment.