Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed Nov 10, 2023
1 parent 6045e1b commit 4673f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mx/_impl/mx_fetchjdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def _parse_args(args):
parser.add_argument('--strip-contents-home', action='store_true', help='strip Contents/Home if it exists from installed JDK')
parser.add_argument('--list', action='store_true', help='list the available JDKs and exit')
parser.add_argument('--skip-digest-check', dest='digest_check', action='store_false', help='''
Only check for existence of the destination directory but skip digest check of downloaded archive.
Only check for existence of the destination directory and skip verifying the digest of the downloaded archive.
This is useful to avoid redownloading when the download cache has been deleted.
''')
args = parser.parse_args(args)
Expand Down

0 comments on commit 4673f1b

Please sign in to comment.