cmd/dist: correct dist apply help

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2017-04-19 12:57:28 -05:00
parent ae502e8c2a
commit 6eac7c159e
No known key found for this signature in database
GPG Key ID: 67B3DED84EDC823F

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 (