mirror of
https://github.com/minio/mc.git
synced 2025-11-25 08:23:07 +03:00
modify operation type in message (#4339)
This commit is contained in:
@@ -76,7 +76,7 @@ func mainAdminUserList(ctx *cli.Context) error {
|
||||
|
||||
for k, v := range users {
|
||||
printMsg(userMessage{
|
||||
op: "list",
|
||||
op: ctx.Command.Name,
|
||||
AccessKey: k,
|
||||
PolicyName: v.PolicyName,
|
||||
UserStatus: string(v.Status),
|
||||
|
||||
Reference in New Issue
Block a user