| commit | ea4ad3a18da79d0092eb183980955f923a67b521 | [log] [tgz] |
|---|---|---|
| author | Matt Farina <matt@mattfarina.com> | Fri Oct 09 11:24:06 2015 -0400 |
| committer | Matt Farina <matt@mattfarina.com> | Fri Oct 09 11:24:06 2015 -0400 |
| tree | 218d116d62c444c2676b4102af4f4c19ed8145c5 | |
| parent | ecb9ab23aceb881230c3a557079288a842bf6da0 [diff] | |
| parent | 07484887278ab4fdf1b8a2aef06bb88c4eb593cf [diff] |
Merge pull request #98 from jonboulle/godeps Fix `import godep` subcommand reference
diff --git a/glide.go b/glide.go index 521b3bf..4ef0fbd 100644 --- a/glide.go +++ b/glide.go
@@ -181,7 +181,7 @@ Usage: "Import files from other dependency management systems.", Subcommands: []cli.Command{ { - Name: "godeps", + Name: "godep", Usage: "Import Godep's Godeps.json files and display the would-be yaml file", Action: func(c *cli.Context) { setupHandler(c, "import godep", cxt, router)