Skip to content

Commit

Permalink
edit help text
Browse files Browse the repository at this point in the history
  • Loading branch information
ploy-np committed Jul 15, 2021
1 parent e250a46 commit a89e2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpore/scripts/xpore.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def parse_options(argv):
optional_diffmod = parser_diffmod._action_groups.pop()
required_diffmod = parser_diffmod.add_argument_group('required arguments')
# Required arguments
required_diffmod.add_argument('--config', dest='config', help='yaml configuraion filepath.',required=True)
required_diffmod.add_argument('--config', dest='config', help='YAML configuraion filepath.',required=True)
# Optional arguments
optional_diffmod.add_argument('--n_processes', dest='n_processes', help='number of processes to run.',type=int,default=1)
optional_diffmod.add_argument('--save_models', dest='save_models', help='with this argument, the program will save the model parameters for each id.',default=False,action='store_true') # todo
Expand Down

0 comments on commit a89e2bd

Please sign in to comment.