From edd7cdf3c67c8137df4b8e1e1df49460d3b03e0a Mon Sep 17 00:00:00 2001 From: Luong Vo Date: Mon, 10 Oct 2022 01:46:17 -0700 Subject: [PATCH] fix typo with --show-progress-page argument in example close https://github.com/jupyterhub/the-littlest-jupyterhub/issues/827 --- docs/topic/customizing-installer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ===================