Skip to content

Commit

Permalink
devonfw#1509 Implemented requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansour Dukhan committed Jun 2, 2022
1 parent f5a490c commit ef1e42d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class AdaptTemplatesCommand extends CommandCommons {
/**
* If this options is enabled, all templates are extracted.
*/
@Option(names = { "--all" }, negatable = true, description = MessagesConstants.ADAPT_ALL_DESCRIPTION)
@Option(names = { "--all" }, description = MessagesConstants.ADAPT_ALL_DESCRIPTION)
boolean adaptAll;

@Override
Expand Down

0 comments on commit ef1e42d

Please sign in to comment.