mirror of
https://github.com/minio/minio.git
synced 2025-04-10 14:37:53 -04: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.
|
// Register all commands.
|
||||||
registerCommand(serverCmd)
|
registerCommand(serverCmd)
|
||||||
registerCommand(versionCmd)
|
|
||||||
registerCommand(updateCmd)
|
|
||||||
registerCommand(gatewayCmd)
|
registerCommand(gatewayCmd)
|
||||||
|
registerCommand(updateCmd)
|
||||||
|
registerCommand(versionCmd)
|
||||||
|
|
||||||
// Set up app.
|
// Set up app.
|
||||||
cli.HelpFlag = cli.BoolFlag{
|
cli.HelpFlag = cli.BoolFlag{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user