mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-06 05:26:11 +01:00
Merge pull request #601 from Tooa/fix_doc_build
Fix warnings in bash code blocks
This commit is contained in:
commit
745ac22eef
1 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue