This commit is contained in:
Manuel Rüger 2018-06-04 15:47:41 +02:00
parent 19f124dca5
commit 5a91099e76

View file

@ -14,7 +14,7 @@ var manifestCommand = cli.Command{
Flags: []cli.Flag{ Flags: []cli.Flag{
cli.BoolFlag{ cli.BoolFlag{
Name: "v1", Name: "v1",
Usage: "force the version of the manifest retreived to v1", Usage: "force the version of the manifest retrieved to v1",
}, },
}, },
Action: func(c *cli.Context) error { Action: func(c *cli.Context) error {