From 3006bde9720a09bcb642180055d9d9c3b87219bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 10 Mar 2017 13:51:44 +0100 Subject: [PATCH] octoprint --safe -> octoprint serve --safe --- docs/features/safemode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/safemode.rst b/docs/features/safemode.rst index 19e4150b..8d73766d 100644 --- a/docs/features/safemode.rst +++ b/docs/features/safemode.rst @@ -25,7 +25,7 @@ There exist three ways to start OctoPrint in safe mode: * since OctoPrint 1.3.2: by selecting "Restart OctoPrint in safe mode" from the "System" menu, if the "Restart OctoPrint" server command has been correctly configured (see :numref:`fig-features-safemode-systemmenu`). - * by starting OctoPrint with the command line parameter ``--safe``, e.g. ``octoprint --safe`` + * by starting OctoPrint with the command line parameter ``--safe``, e.g. ``octoprint serve --safe`` * by setting the option ``server.startOnceInSafeMode`` in :ref:`config.yaml ` to ``true`` and restarting