﻿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
14419	Make `makemessages --help` more useful	Luc Saffre	nobody	"Calling ``django-admin  makemessages`` Without any option gives::

{{{
  Error: Type 'django-admin.py help makemessages' for usage.
}}}

But calling ``django-admin help makemessages`` doesn't produce a very clear documentation. Suggestions:

- the overview description should mention that one of options `-l` and `-a` is required.

- remove the word ""only"" in description of `-l` option (""Creates or updates the message files for the given locale (e.g. pt_BR)."")

- change the description of `-a` option to ""Updates the message files for all existing locales.""

"		closed	Core (Management commands)	dev		fixed			Accepted	1	0	0	0	0	0
