Skip to content

Commit

Permalink
fix #43
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Dec 13, 2016
1 parent c0dd8a2 commit c9bf798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
public interface ProjectCreateOptions extends ProjectNameOptions {

@Unparsed(name = "-- -configkey=value",
@Unparsed(name = "-- --configkey=value",
defaultValue = {},
description = "A set of config properties for the project, in the form --key=value")
List<String> config();
Expand Down

0 comments on commit c9bf798

Please sign in to comment.