[docs] Fix typo in manifest command docs: updated MANFEST to MANIFEST.

Signed-off-by: Bogdan Anton <contact@bogdananton.ro>
(cherry picked from commit 9fa6bd4174)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Bogdan Anton
2018-04-01 17:34:58 +03:00
committed by Sebastiaan van Stijn
parent 0520e24302
commit 64fe575962
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ func newCreateListCommand(dockerCli command.Cli) *cobra.Command {
opts := createOpts{}
cmd := &cobra.Command{
Use: "create MANFEST_LIST MANIFEST [MANIFEST...]",
Use: "create MANIFEST_LIST MANIFEST [MANIFEST...]",
Short: "Create a local manifest list for annotating and pushing to a registry",
Args: cli.RequiresMinArgs(2),
RunE: func(cmd *cobra.Command, args []string) error {