mirror of
https://github.com/minio/mc.git
synced 2025-11-28 08:03:56 +03:00
Change replicate command cli (#3335)
This commit is contained in:
@@ -20,7 +20,7 @@ import "github.com/minio/cli"
|
||||
|
||||
var adminBucketRemoteCmd = cli.Command{
|
||||
Name: "remote",
|
||||
Usage: "Manage bucket targets",
|
||||
Usage: "manage remote bucket targets",
|
||||
Action: mainadminBucketRemote,
|
||||
Before: setGlobalsFromContext,
|
||||
Flags: globalFlags,
|
||||
|
||||
Reference in New Issue
Block a user