Opened 13 years ago

Closed 13 years ago

#16477 closed Cleanup/optimization (fixed)

"dumpdata" --help for the --database option is wrong

Reported by: Simon Charette Owned by: nobody
Component: Core (Management commands) Version: 1.3
Severity: Normal Keywords: dumpdata
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Running manage.py dumpdata --help states that the --database option "Nominates a specific database to load fixtures into." which looks like a copy and past of the loaddata --help. Shouldn't it be: "Nominates a specific database to dump fixtures from"?

Attachments (1)

dumpdata-database-help.diff (1.1 KB ) - added by Simon Charette 13 years ago.

Download all attachments as: .zip

Change History (3)

by Simon Charette, 13 years ago

Attachment: dumpdata-database-help.diff added

comment:1 by Aymeric Augustin, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

In [16561]:

Fixed #16477 -- Correct help text of an option of the dumpdata management command. Thanks, charettes.

Note: See TracTickets for help on using tickets.
Back to Top