From 5354de5ddd0d1f936fbb6c59abb08f64d396a47c Mon Sep 17 00:00:00 2001 From: Georg Bauer Date: Thu, 29 Sep 2005 17:19:11 +0000 Subject: [PATCH] -d isn't used at the moment git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@727 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/bin/make-messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/bin/make-messages.py b/django/bin/make-messages.py index e068382292..16de1ff366 100755 --- a/django/bin/make-messages.py +++ b/django/bin/make-messages.py @@ -26,7 +26,7 @@ for o, v in opts: domain = v if lang is None or domain is None: - print "usage: make-messages.py -l -d " + print "usage: make-messages.py -l " sys.exit(1) basedir = os.path.join(basedir, lang, 'LC_MESSAGES')