mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge pull request #527 from jtpio/patch-1
Fix typo in --user-requirements-txt-url help
This commit is contained in:
@@ -473,7 +473,7 @@ def main():
|
|||||||
)
|
)
|
||||||
argparser.add_argument(
|
argparser.add_argument(
|
||||||
'--user-requirements-txt-url',
|
'--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(
|
argparser.add_argument(
|
||||||
'--plugin',
|
'--plugin',
|
||||||
|
|||||||
Reference in New Issue
Block a user