Django

Code

Ticket #6006 (closed: fixed)

Opened 9 months ago

Last modified 9 months ago

verbosity controls output not input

Reported by: NorbertK Assigned to: Alex
Milestone: Component: Documentation
Version: SVN Keywords: typo
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

verbosity_typo.diff (0.5 kB) - added by dtulig on 11/28/07 14:52:50.
Changes "input" to "output" in 3 places.

Change History

11/21/07 08:21:02 changed by Alex

  • owner changed from nobody to Alex.
  • needs_better_patch changed.
  • status changed from new to assigned.
  • needs_tests changed.
  • needs_docs changed.

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

11/28/07 14:52:50 changed by dtulig

  • attachment verbosity_typo.diff added.

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

11/28/07 15:31:12 changed by dtulig

  • cc set to david.tulig@gmail.com.
  • has_patch set to 1.

11/28/07 18:44:54 changed by SmileyChris

  • stage changed from Unreviewed to Ready for checkin.

11/29/07 13:30:42 changed by mtredinnick

  • status changed from assigned to closed.
  • resolution set to fixed.

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

11/29/07 16:49:24 changed by dtulig

  • cc deleted.

Add/Change #6006 (verbosity controls output not input)




Change Properties
Action