#983 closed enhancement (fixed)
make "django-admin.py --help" output easier to read
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Management commands) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I find reading the output of "django-admin.py --help" very difficult, because all the commands and their usage text run together. Attached, or soon to be, is a patch that indents the usage/help text for each command under it.
Attachments (1)
Change History (2)
by , 19 years ago
Attachment: | django-admin.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [1526]) Fixed #983 -- Made 'django-admin.py --help' output easier to read. Thanks, Oliver