Skip to content

Commit

Permalink
client: adds message to usage description of app-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur committed Jun 29, 2017
1 parent f85eebb commit 2a0363b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsuru/client/deploy.go
Expand Up @@ -153,7 +153,7 @@ calls are:
`
return &cmd.Info{
Name: "app-deploy",
Usage: "app-deploy [-a/--app <appname>] [-i/--image <image_url>] <file-or-dir-1> [file-or-dir-2] ... [file-or-dir-n]",
Usage: "app-deploy [-a/--app <appname>] [-i/--image <image_url>] [-m/--message <message>] <file-or-dir-1> [file-or-dir-2] ... [file-or-dir-n]",
Desc: desc,
MinArgs: 0,
}
Expand Down

0 comments on commit 2a0363b

Please sign in to comment.