From 676f3f738b21ec4d77f300f83d31d2d0eceaddcc Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Fri, 2 Sep 2016 10:02:55 -0400 Subject: Add -j command to Usage --- itstool.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/itstool.in b/itstool.in index 395615b..75a602d 100755 --- a/itstool.in +++ b/itstool.in @@ -1415,7 +1415,9 @@ def convert_locale (locale): if __name__ == '__main__': options = optparse.OptionParser() - options.set_usage('\n itstool [OPTIONS] [XMLFILES]\n itstool -m [OPTIONS] [XMLFILES]') + options.set_usage('\n itstool [OPTIONS] [XMLFILES]\n' + + ' itstool -m [OPTIONS] [XMLFILES]\n' + + ' itstool -j [OPTIONS] [MOFILES]') options.add_option('-i', '--its', action='append', dest='itsfile', -- cgit v1.2.1