Skip to content

Commit

Permalink
Update oracle_tools_gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gpaulissen committed Oct 13, 2022
1 parent 1c840c2 commit a3d275a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oracle_tools_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def run_POM_file_gui(pom_file, db_config_dir, mvnd):
group1.add_argument(ACTION, required=True, choices=profiles, default=profiles[0], help='The action to perform')
group1.add_argument(EXTRA_MAVEN_COMMAND_LINE_OPTIONS, required=False, help='Extra Maven command line options')
if mvnd:
group1.add_argument(MVND, required=False, widget='CheckBox', default=True, help='Use the Maven daemon for a (possibly) better performance')
group1.add_argument(MVND, required=False, widget='CheckBox', default=True, help='Use the Maven daemon for a (possibly) better performance') # , metavar='Maven daemon'

group2 = parser.add_argument_group('Information to be supplied to Maven', 'DO NOT CHANGE!')
group2.add_argument(
Expand Down

0 comments on commit a3d275a

Please sign in to comment.