From 9fa6bd4174a1bedfae8f705e694be477f64a45ce 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 --- cli/command/manifest/create_list.go | 2 +- docs/reference/commandline/manifest.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/command/manifest/create_list.go b/cli/command/manifest/create_list.go index bfcca77056..2ef811412d 100644 --- a/cli/command/manifest/create_list.go +++ b/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/docs/reference/commandline/manifest.md b/docs/reference/commandline/manifest.md index cb02430e7d..35df142d72 100644 --- a/docs/reference/commandline/manifest.md +++ b/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