mirror of
https://github.com/minio/mc.git
synced 2025-11-10 13:42:32 +03:00
Add admin lock command (#1942)
This commit is contained in:
committed by
Harshavardhana
parent
86777e7863
commit
7cec8f2285
@@ -29,6 +29,7 @@ var adminCmd = cli.Command{
|
||||
Flags: append(adminFlags, globalFlags...),
|
||||
Subcommands: []cli.Command{
|
||||
adminServiceCmd,
|
||||
adminLockCmd,
|
||||
},
|
||||
CustomHelpTemplate: `NAME:
|
||||
{{.Name}} - {{.Usage}}
|
||||
|
||||
Reference in New Issue
Block a user