diff --git a/docs/topic/customizing-installer.rst b/docs/topic/customizing-installer.rst index 3699ded..e3a2b04 100644 --- a/docs/topic/customizing-installer.rst +++ b/docs/topic/customizing-installer.rst @@ -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 ===================