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:
@@ -71,7 +71,7 @@ func mainAdminUserInfo(ctx *cli.Context) error {
|
||||
fatalIf(probe.NewError(e).Trace(args...), "Unable to get user info")
|
||||
|
||||
printMsg(userMessage{
|
||||
op: "info",
|
||||
op: ctx.Command.Name,
|
||||
AccessKey: args.Get(1),
|
||||
PolicyName: user.PolicyName,
|
||||
UserStatus: string(user.Status),
|
||||
|
||||
Reference in New Issue
Block a user