From 91272029ab0dc8c39a680694101fd74ff614c3c9 Mon Sep 17 00:00:00 2001 From: Uli Date: Sat, 11 Jan 2020 01:11:32 +0100 Subject: [PATCH] fix highlighting skipped warning * refs https://github.com/sphinx-doc/sphinx/issues/4098 --- docs/utilities.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/utilities.rst b/docs/utilities.rst index 069251b4a..3c7e8d542 100644 --- a/docs/utilities.rst +++ b/docs/utilities.rst @@ -239,10 +239,10 @@ Basic Syntax Again we'll use the ``manage.py`` script, passing ``change_storage_type``: -.. code:: bash +.. code:: console $ /path/to/paperless/src/manage.py change_storage_type --help - usage: manage.py change_storage_type [-h] [--version] [-v {0,1,2,3}] + usage: manage.py change_storage_type [-h] [--version] [-v {0,1,2,3}] [--settings SETTINGS] [--pythonpath PYTHONPATH] [--traceback] [--no-color] [--passphrase PASSPHRASE]