From 80027d2c38d8980bbe570a62f44e1fd5a7882ae2 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 25 Dec 2013 14:54:14 -0500 Subject: Unified listing of shell commands/code - use code-block:: bash - prefix the command with $ --- docs/ref/django-admin.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') 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 [options] - manage.py [options] + $ django-admin.py [options] + $ manage.py [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 -- cgit v1.3