Merge pull request #750 from stevvooe/fix-dist-apply-help

cmd/dist: correct `dist apply` help
This commit is contained in:
Derek McGowan 2017-04-19 13:24:28 -05:00 committed by GitHub
commit 0f035c712f

2
cmd/dist/apply.go vendored
View File

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