Opened 14 years ago
Closed 14 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)
Change History (3)
by , 14 years ago
| Attachment: | dumpdata-database-help.diff added |
|---|
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [16561]: