Opened 16 years ago

Closed 16 years ago

#6624 closed (wontfix)

Small improvements to django/bin/make-messages.py

Reported by: Ludvig Ericson Owned by: nobody
Component: Internationalization Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Patch adds a -h to get the help (struck me as odd that it didn't have one, so I added it), and moves the usage message to its own function (_print_usage), I also took the liberty of updating how the message is printed. See the patch for what (it's a small one.)

Attachments (1)

django-make-messages-improve.diff (1.6 KB ) - added by Ludvig Ericson 16 years ago.

Download all attachments as: .zip

Change History (3)

by Ludvig Ericson, 16 years ago

comment:1 by Marc Fargas, 16 years ago

Triage Stage: UnreviewedAccepted

Uhm.. "-h" would be nice to have :)

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: wontfix
Status: newclosed

The option parsing in there is getting pretty messy

Let's wait until I merge this into management.py, since that will give us the options automatically (including an automatic help message). So I'm going this as wontfix because it will be more or less automatically fixed by the reorganisation. (You're right, though, we should have a help option.)

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