Skip to content

Commit

Permalink
Improve --verbosity help string for validator (closes #396)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jul 16, 2020
1 parent a3b420a commit a1211c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion optimade/validator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ def validate():
),
)
parser.add_argument(
"--verbosity", "-v", type=int, default=0, help="The verbosity of the output"
"--verbosity",
"-v",
type=int,
default=0,
help="""The verbosity of the output [default=0]. 0 (SUMMARY), 1 (INFO), 2 (DEBUG).""",
)
parser.add_argument(
"--as_type",
Expand Down

0 comments on commit a1211c0

Please sign in to comment.