diff options
| author | Sean Wang <sean@decrypted.org> | 2015-02-18 19:19:21 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-22 09:38:54 -0500 |
| commit | a3f7b034d7a8dacc117fef4d2237d63ec2274cba (patch) | |
| tree | e28d0ad56ac06ee92d88b54e627b2fc4f2129491 /docs/ref/django-admin.txt | |
| parent | c231ec1af0c40f17b67fbd6d6af34b2d8b7a9616 (diff) | |
[1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions.
Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 8b3ffe9f00..ee0b7b9268 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -42,7 +42,7 @@ be consistent, but any example can use ``manage.py`` just as well. Usage ===== -.. code-block:: bash +.. code-block:: console $ django-admin.py <command> [options] $ manage.py <command> [options] |
