You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/cmd/object-storage/credentials/create/create.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ func NewCmd() *cobra.Command {
35
35
cmd:=&cobra.Command{
36
36
Use: "create",
37
37
Short: "Creates credentials for an Object Storage credentials group",
38
-
Long: "Creates credentials for an Object Storage credentials group. The credentials are only displayed upon creation, and it will not be retrievable later.",
38
+
Long: "Creates credentials for an Object Storage credentials group. The credentials are only displayed upon creation, and will not be retrievable later.",
0 commit comments