﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29301	Reorder management command arguments in --help output to prioritize command-specific arguments	David Foster	David Foster	"Currently if you run a custom management command with --help, you will get output that looks like:

[[Image(https://s20.postimg.org/qhtlvybh9/BEFORE.png)]]

I have highlighted in yellow the useful information specific to the command that is *not* boilerplate. Notice that most of this yellow text is at the end of the output, with the boilerplate dominating what the user reads first.

I propose reordering the options in the output so that the useful information is at the *beginning* rather than the end, so that it looks like the following:

[[Image(https://s20.postimg.org/m8ovttiil/AFTER.png)]]

Discussion on django-developers: https://groups.google.com/forum/#!topic/django-developers/PByZfN_IccE"	Cleanup/optimization	closed	Core (Management commands)	2.0	Release blocker	fixed		Adam Johnson Carlton Gibson	Ready for checkin	1	0	0	0	0	0
