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

Commit c9b8627

Browse files
committed
Fix init help message.
Docker App doesn't take a docker-compose file implicitly any more. Signed-off-by: Djordje Lukic <[email protected]>
1 parent 8fa4476 commit c9b8627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func initCmd(dockerCli command.Cli) *cobra.Command {
1717
cmd := &cobra.Command{
1818
Use: "init APP_NAME [--compose-file COMPOSE_FILE] [OPTIONS]",
1919
Short: "Initialize Docker Application definition",
20-
Long: `Start building a Docker Application package. If there is a docker-compose.yml file in the current directory it will be copied and used.`,
20+
Long: `Start building a Docker Application package.`,
2121
Example: `$ docker app init myapp`,
2222
Args: cli.ExactArgs(1),
2323
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)