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