Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 4f1a642

Browse files
authored
Merge pull request #718 from ndeloof/APP-312
BUILD_PATH isn't optional
2 parents 7ddb2ee + 2c2df2a commit 4f1a642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/build/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type buildOptions struct {
4545
func Cmd(dockerCli command.Cli) *cobra.Command {
4646
var opts buildOptions
4747
cmd := &cobra.Command{
48-
Use: "build [OPTIONS] [BUILD_PATH]",
48+
Use: "build [OPTIONS] BUILD_PATH",
4949
Short: "Build an App image from an App definition (.dockerapp)",
5050
Example: `$ docker app build .
5151
$ docker app build . -f myapp.dockerapp -t myrepo/myapp:1.0.0`,

0 commit comments

Comments
 (0)