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 #689 from rumpl/fix-init-help
Browse files Browse the repository at this point in the history
Fix init help message.
  • Loading branch information
glours committed Oct 15, 2019
2 parents 8539c06 + c9b8627 commit a4645a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func initCmd(dockerCli command.Cli) *cobra.Command {
cmd := &cobra.Command{
Use: "init APP_NAME [--compose-file COMPOSE_FILE] [OPTIONS]",
Short: "Initialize Docker Application definition",
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.`,
Long: `Start building a Docker Application package.`,
Example: `$ docker app init myapp`,
Args: cli.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit a4645a5

Please sign in to comment.