Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#6006 closed (fixed)

verbosity controls output not input

Reported by: Norbert Klamann Owned by: Alex Gaynor
Component: Documentation Version: dev
Severity: Keywords: typo
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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 ?

Attachments (1)

verbosity_typo.diff (556 bytes ) - added by David Tulig 16 years ago.
Changes "input" to "output" in 3 places.

Download all attachments as: .zip

Change History (6)

comment:1 by Alex Gaynor, 16 years ago

Owner: changed from nobody to Alex Gaynor
Status: newassigned

You are correct, can you provide a diff for that page.

by David Tulig, 16 years ago

Attachment: verbosity_typo.diff added

Changes "input" to "output" in 3 places.

comment:2 by David Tulig, 16 years ago

Cc: david.tulig@… added
Has patch: set

comment:3 by Chris Beaven, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:4 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [6747]) Fixed #6006 -- Typo fixing in the description of verbosity. Pointed out by
NorbertK.

comment:5 by David Tulig, 16 years ago

Cc: david.tulig@… removed
Note: See TracTickets for help on using tickets.
Back to Top