Merge pull request #750 from stevvooe/fix-dist-apply-help
cmd/dist: correct `dist apply` help
This commit is contained in:
commit
0f035c712f
2
cmd/dist/apply.go
vendored
2
cmd/dist/apply.go
vendored
@ -13,7 +13,7 @@ import (
|
||||
var applyCommand = cli.Command{
|
||||
Name: "apply",
|
||||
Usage: "apply layer from stdin to dir",
|
||||
ArgsUsage: "[flags] <digest>",
|
||||
ArgsUsage: "[flags] <path>",
|
||||
Flags: []cli.Flag{},
|
||||
Action: func(context *cli.Context) error {
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user