mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Help message should prioritize gateway after server (#5153)
Currently gateway is listed as a command after {version, update} which is incorrect, fix it.
This commit is contained in:
parent
ca6b4773ed
commit
16ecaac4fc
@ -98,9 +98,9 @@ func newApp(name string) *cli.App {
|
||||
|
||||
// Register all commands.
|
||||
registerCommand(serverCmd)
|
||||
registerCommand(versionCmd)
|
||||
registerCommand(updateCmd)
|
||||
registerCommand(gatewayCmd)
|
||||
registerCommand(updateCmd)
|
||||
registerCommand(versionCmd)
|
||||
|
||||
// Set up app.
|
||||
cli.HelpFlag = cli.BoolFlag{
|
||||
|
Loading…
Reference in New Issue
Block a user