diff options
| author | Joseph Richey <joerichey94@gmail.com> | 2018-02-11 20:28:41 -0800 |
|---|---|---|
| committer | Joseph Richey <joerichey94@gmail.com> | 2018-02-11 20:28:41 -0800 |
| commit | efeda626da382177d5f1f0439b6e62b663a216a9 (patch) | |
| tree | c2660fa89e96838bc2c81189e57dc792434ec9b0 /vendor/github.com/urfave/cli/help.go | |
| parent | 3634a7bb931862ada0bc1c4357303d7ce18e7c20 (diff) | |
vendor: update vendored dependancies
This change updates dependancies to be consistent with Gopkg.toml.
This change was generated by running "dep ensure".
Diffstat (limited to 'vendor/github.com/urfave/cli/help.go')
| -rw-r--r-- | vendor/github.com/urfave/cli/help.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/urfave/cli/help.go b/vendor/github.com/urfave/cli/help.go index ed084fc..57ec98d 100644 --- a/vendor/github.com/urfave/cli/help.go +++ b/vendor/github.com/urfave/cli/help.go @@ -29,7 +29,6 @@ AUTHOR{{with $length := len .Authors}}{{if ne 1 $length}}S{{end}}{{end}}: {{end}}{{$author}}{{end}}{{end}}{{if .VisibleCommands}} COMMANDS:{{range .VisibleCategories}}{{if .Name}} - {{.Name}}:{{end}}{{range .VisibleCommands}} {{join .Names ", "}}{{"\t"}}{{.Usage}}{{end}}{{end}}{{end}}{{if .VisibleFlags}} |