Sync ops.md, update CLI --help output to be consistent in descriptions
Signed-off-by: Alex Rodriguez <alexrodriguez@ibm.com>
This commit is contained in:
@@ -62,6 +62,11 @@ func init() {
|
||||
if err := setRlimit(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
cli.HelpFlag = cli.BoolFlag{
|
||||
Name: "help, h",
|
||||
Usage: "Show help",
|
||||
}
|
||||
}
|
||||
|
||||
type worker interface {
|
||||
|
||||
Reference in New Issue
Block a user