Skip to content
Snippets Groups Projects
Commit 9ad02685 authored by Chris Green's avatar Chris Green Committed by Adam J. Stewart
Browse files

Fix help text for --no-checksum. (#10932)

parent a1eeeadf
No related branches found
No related tags found
No related merge requests found
...@@ -131,4 +131,4 @@ def _specs(self, **kwargs): ...@@ -131,4 +131,4 @@ def _specs(self, **kwargs):
_arguments['no_checksum'] = Args( _arguments['no_checksum'] = Args(
'-n', '--no-checksum', action='store_true', default=False, '-n', '--no-checksum', action='store_true', default=False,
help="do not use checksums to verify downloadeded files (unsafe)") help="do not use checksums to verify downloaded files (unsafe)")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment