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 701361c commit b0dea40
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 @@ -35,7 +35,7 @@ func NewCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "create",
Short: "Creates credentials for an Object Storage credentials group",
Long: "Creates credentials for a credentials group.",
Long: "Creates credentials for an Object Storage credentials group.",
Args: args.NoArgs,
Example: examples.Build(
examples.NewExample(
Expand Down

0 comments on commit b0dea40

Please sign in to comment.