Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #718 from ndeloof/APP-312
Browse files Browse the repository at this point in the history
BUILD_PATH isn't optional
  • Loading branch information
jcsirot committed Oct 28, 2019
2 parents 7ddb2ee + 2c2df2a commit 4f1a642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type buildOptions struct {
func Cmd(dockerCli command.Cli) *cobra.Command {
var opts buildOptions
cmd := &cobra.Command{
Use: "build [OPTIONS] [BUILD_PATH]",
Use: "build [OPTIONS] BUILD_PATH",
Short: "Build an App image from an App definition (.dockerapp)",
Example: `$ docker app build .
$ docker app build . -f myapp.dockerapp -t myrepo/myapp:1.0.0`,
Expand Down

0 comments on commit 4f1a642

Please sign in to comment.