diff options
| author | Yaroslav Halchenko <debian@onerussian.com> | 2013-12-25 14:54:14 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-12-25 15:19:14 -0500 |
| commit | 80027d2c38d8980bbe570a62f44e1fd5a7882ae2 (patch) | |
| tree | 17b883c29148f8bfe1d50e8fc29f9c577e7e6659 /docs/ref | |
| parent | 0dd907562247cbf88092a736b82d7d0c27407328 (diff) | |
Unified listing of shell commands/code
- use code-block:: bash
- prefix the command with $
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index cac7a5bc22..9a458152c9 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -38,8 +38,8 @@ Usage .. code-block:: bash - django-admin.py <command> [options] - manage.py <command> [options] + $ django-admin.py <command> [options] + $ manage.py <command> [options] ``command`` should be one of the commands listed in this document. ``options``, which is optional, should be zero or more of the options available |
