mirror of
https://github.com/minio/mc.git
synced 2025-11-26 20:03:05 +03:00
modify operation type in message (#4339)
This commit is contained in:
@@ -187,7 +187,7 @@ func mainAdminUserAdd(ctx *cli.Context) error {
|
||||
fatalIf(probe.NewError(client.AddUser(globalContext, accessKey, secretKey)).Trace(args...), "Unable to add new user")
|
||||
|
||||
printMsg(userMessage{
|
||||
op: "add",
|
||||
op: ctx.Command.Name,
|
||||
AccessKey: accessKey,
|
||||
SecretKey: secretKey,
|
||||
UserStatus: "enabled",
|
||||
|
||||
Reference in New Issue
Block a user