func()

in cli/common.go [35:37]


func (c *cmd) Usage() string {
	return fmt.Sprintf("%s: %s\n", c.Name(), c.Synopsis())
}