Update command line docs (#6839)

This commit is contained in:
Harshavardhana
2018-11-20 17:35:33 -08:00
committed by GitHub
parent 69bd6df464
commit a9de303d8b
11 changed files with 15 additions and 15 deletions

View File

@@ -40,12 +40,12 @@ import (
// Check for new software updates.
var updateCmd = cli.Command{
Name: "update",
Usage: "Check for a new software update.",
Usage: "update minio to latest release",
Action: mainUpdate,
Flags: []cli.Flag{
cli.BoolFlag{
Name: "quiet",
Usage: "Disable any update prompt message.",
Usage: "disable any update prompt message",
},
},
CustomHelpTemplate: `Name: