Skip to content

Commit

Permalink
docs: more precise wording for -A flag
Browse files Browse the repository at this point in the history
  • Loading branch information
maybebyte committed Aug 9, 2024
1 parent 608aed8 commit 302216a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion random_mullvad_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def parse_cli_arguments() -> argparse.Namespace:
)
argparser.add_argument(
"-A",
help="Print out all Mullvad endpoints, rather than a subset.",
help="Include all matching Mullvad endpoints.",
action="store_true",
dest="PRINT_ALL_ENDPOINTS",
)
Expand Down

0 comments on commit 302216a

Please sign in to comment.