cmd/route: fix flag position

This commit is contained in:
Cadey Ratio 2017-04-28 22:14:08 -07:00
parent 66f1d243d1
commit 643527c43a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ var (
routesList = routes.Command("list", "list all routes owned by you")
routesRm = routes.Command("rm", "remove a route")
routesRmID = routes.Flag("id", "route ID to remove").Required().String()
routesRmID = routesRm.Flag("id", "route ID to remove").Required().String()
token = app.Command("token", "token management")