From b55db5fcda1ca3429f026168f83aff2540ab151e Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 12 May 2015 12:15:51 -0400 Subject: [PATCH] [fix] usage text --- scripts/geodata/i18n/unicode_properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/i18n/unicode_properties.py b/scripts/geodata/i18n/unicode_properties.py index cdb30d07..d3309e81 100644 --- a/scripts/geodata/i18n/unicode_properties.py +++ b/scripts/geodata/i18n/unicode_properties.py @@ -402,7 +402,7 @@ def main(out_dir): if __name__ == '__main__': if len(sys.argv) < 2: - print 'Usage: python scripts.py out_dir' + print 'Usage: python unicode_properties.py out_dir' sys.exit(1) main(sys.argv[1])