verbosity controls output not input
On http://www.djangoproject.com/documentation/django-admin/ the description of the parameter --verbosity reads:
—verbosity
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.
The word input is an error. It should read output, shouldn't it ?
Change History
(6)
Owner: |
changed from nobody to Alex Gaynor
|
Status: |
new → assigned
|
Cc: |
david.tulig@… added
|
Has patch: |
set
|
Triage Stage: |
Unreviewed → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Cc: |
david.tulig@… removed
|
You are correct, can you provide a diff for that page.