Merge pull request #527 from jtpio/patch-1

Fix typo in --user-requirements-txt-url help
This commit is contained in:
Georgiana Elena
2020-03-16 21:43:50 +02:00
committed by GitHub

View File

@@ -473,7 +473,7 @@ def main():
)
argparser.add_argument(
'--user-requirements-txt-url',
help='URL to a requirements.txt file that should be installed in the user enviornment'
help='URL to a requirements.txt file that should be installed in the user environment'
)
argparser.add_argument(
'--plugin',