@ -107,7 +107,7 @@ type action struct {
func (a *action) Run(c *cli.Context) error {
// Show help if there is nothing
if c.NArg() == 0 && c.NumFlags() == 0 {
if c.NumFlags() == 0 {
return cli.ShowAppHelp(c)
}