1
0
mirror of https://github.com/docker/cli.git synced 2025-08-08 12:02:07 +03:00

Merge pull request #978 from bogdananton/fix-manifest-docs-typo

[docs] Fix typo in manifest command docs: updated `MANFEST` to `MANIFEST`.
This commit is contained in:
Sebastiaan van Stijn
2018-04-09 13:25:37 -07:00
committed by GitHub
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 {

View File

@@ -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