diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-11-29 19:30:42 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-11-29 19:30:42 +0000 |
| commit | 0cae3d55b6ed529d3dd514efebf6765705eb1c23 (patch) | |
| tree | 9ed76680c887df27d8184b913420e608dcf81d46 /docs | |
| parent | 29892d02fa9c9ab3e48a18a143408abc3c88716e (diff) | |
Fixed #6006 -- Typo fixing in the description of verbosity. Pointed out by
NorbertK.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/django-admin.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt index fd51de3416..2977f9908f 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -184,9 +184,9 @@ is being executed as an unattended, automated script. Use ``--verbosity`` to specify the amount of notification and debug information that ``django-admin.py`` should print to the console. - * ``0`` means no input. - * ``1`` means normal input (default). - * ``2`` means verbose input. + * ``0`` means no output. + * ``1`` means normal output (default). + * ``2`` means verbose output. Example usage:: |
