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)