Fix comment with instructions for how to use hashin

This commit is contained in:
Erica Portnoy 2021-03-17 15:39:17 -07:00
parent dc2ef62480
commit 4f2fcdc4f3

View file

@ -211,7 +211,7 @@ def _write_requirements(dest_file, requirements, conflicts):
# If you want to update a single dependency, run commands similar to these:
# ```
# pip install hashin
# hashin -r dependency-requirements.txt cryptography==1.5.2
# hashin -r tools/certbot_constraints.txt cryptography==1.5.2
# ```
''')