Skip to content

Commit

Permalink
Making the example for --as_type more illustrative. (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
merkys committed Jul 10, 2020
1 parent b93ff20 commit ec825ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimade/validator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def validate():
type=str,
help=(
"Validate the request URL with the provided type, rather than scanning the entire implementation e.g. "
"optimade_validator `http://example.com/optimade/v1/structures/0 --as_type structures`"
"optimade_validator `http://example.com/optimade/v1/structures/0 --as_type structure`"
),
)
parser.add_argument(
Expand Down

0 comments on commit ec825ef

Please sign in to comment.