From 5392f72ea0a881734df222c5a9feae5e7b156d95 Mon Sep 17 00:00:00 2001 From: Bogdan Anton Date: Sun, 1 Apr 2018 17:34:58 +0300 Subject: [PATCH] [docs] Fix typo in manifest command docs: updated `MANFEST` to `MANIFEST`. Signed-off-by: Bogdan Anton Upstream-commit: 9fa6bd4174a1bedfae8f705e694be477f64a45ce Component: cli --- components/cli/cli/command/manifest/create_list.go | 2 +- components/cli/docs/reference/commandline/manifest.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/cli/cli/command/manifest/create_list.go b/components/cli/cli/command/manifest/create_list.go index bfcca77056..2ef811412d 100644 --- a/components/cli/cli/command/manifest/create_list.go +++ b/components/cli/cli/command/manifest/create_list.go @@ -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 { diff --git a/components/cli/docs/reference/commandline/manifest.md b/components/cli/docs/reference/commandline/manifest.md index cb02430e7d..35df142d72 100644 --- a/components/cli/docs/reference/commandline/manifest.md +++ b/components/cli/docs/reference/commandline/manifest.md @@ -65,7 +65,7 @@ Options: ### manifest create ```bash -Usage: docker manifest create MANFEST_LIST MANIFEST [MANIFEST...] +Usage: docker manifest create MANIFEST_LIST MANIFEST [MANIFEST...] Create a local manifest list for annotating and pushing to a registry