diff --git a/commands.go b/commands.go index fed2c1be72..14c285350d 100644 --- a/commands.go +++ b/commands.go @@ -471,11 +471,6 @@ var Commands = []cli.Command{ Action: func(c *cli.Context) { name := c.Args().First() - if name == "" { - cli.ShowCommandHelp(c, "url") - os.Exit(1) - } - var ( err error host *Host