Skip to content

Commit

Permalink
Delete tab in the long description of help
Browse files Browse the repository at this point in the history
  • Loading branch information
n10v committed Jul 16, 2017
1 parent c46add8 commit d994347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command.go
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ func (c *Command) InitDefaultHelpCmd() {
Use: "help [command]",
Short: "Help about any command",
Long: `Help provides help for any command in the application.
Simply type ` + c.Name() + ` help [path to command] for full details.`,
Simply type ` + c.Name() + ` help [path to command] for full details.`,

Run: func(c *Command, args []string) {
cmd, _, e := c.Root().Find(args)
Expand Down

0 comments on commit d994347

Please sign in to comment.