Skip to content

Commit

Permalink
Include short argument form -d
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyhunsaker committed Jan 7, 2024
1 parent 4b33022 commit 9b08cc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class Arguments {
private String countryCode;

@Parameter(
names = {"--date"},
names = {"-d", "--date"},
description =
"Date to simulate when validating, in ISO_LOCAL_DATE_TIME format like "
+ "'2001-01-30T12:34'. By default, the current date is used. "
Expand Down

0 comments on commit 9b08cc1

Please sign in to comment.