From 5a91099e761cdcbe1e2dc39988f21afd5d5d4ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Mon, 4 Jun 2018 15:47:41 +0200 Subject: [PATCH] Fix typo --- manifest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.go b/manifest.go index cab11a83..172b0cc6 100644 --- a/manifest.go +++ b/manifest.go @@ -14,7 +14,7 @@ var manifestCommand = cli.Command{ Flags: []cli.Flag{ cli.BoolFlag{ 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 {