diff options
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 |
