fix typo with --show-progress-page argument in example

close https://github.com/jupyterhub/the-littlest-jupyterhub/issues/827
This commit is contained in:
Luong Vo
2022-10-10 01:46:17 -07:00
committed by GitHub
parent e7728bc1b2
commit edd7cdf3c6

View File

@@ -44,7 +44,7 @@ For example, to enable the progress page and add the first *admin* user, you wou
curl -L https://tljh.jupyter.org/bootstrap.py \
| sudo python3 - \
--admin admin --showprogress-page
--admin admin --show-progress-page
Adding admin users
===================