command/path-help: rename command, better error if sealed. Fixes #234

This commit is contained in:
Armon Dadgar
2015-06-18 15:56:42 -07:00
parent 2d0cde4ccc
commit 48e7531f79
3 changed files with 21 additions and 11 deletions

View File

@@ -74,8 +74,8 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
}, nil
},
"help": func() (cli.Command, error) {
return &command.HelpCommand{
"path-help": func() (cli.Command, error) {
return &command.PathHelpCommand{
Meta: meta,
}, nil
},