1
0
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:
Anis Elleuch
2017-01-06 10:29:49 +01:00
committed by Harshavardhana
parent 86777e7863
commit 7cec8f2285
14 changed files with 776 additions and 26 deletions

View File

@@ -29,6 +29,7 @@ var adminCmd = cli.Command{
Flags: append(adminFlags, globalFlags...),
Subcommands: []cli.Command{
adminServiceCmd,
adminLockCmd,
},
CustomHelpTemplate: `NAME:
{{.Name}} - {{.Usage}}