Skip to content

Commit

Permalink
Merge pull request #36 from mazeikis/patch-1
Browse files Browse the repository at this point in the history
Mistake in cli multi answer options
  • Loading branch information
mickaelandrieu authored Oct 15, 2016
2 parents b311fe4 + 8c22ab3 commit 5a03797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/command-line.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ questions:
answers:
- {value: "php app/console dump:config acme", correct: false}
- {value: "php app/console config:dump-reference acme", correct: true}
- {value: "php app/console config:dump AcmeBundle", correct: false}
- {value: "php app/console config:dump AcmeBundle", correct: true}
- {value: "php app/console config:dump-reference AcmeBundle", correct: true}
-
question: 'Descriptors are objects to render documentation on Symfony Console Apps?'
Expand Down

0 comments on commit 5a03797

Please sign in to comment.