summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2016-09-02 10:02:55 -0400
committerShaun McCance <shaunm@redhat.com>2016-09-02 10:02:55 -0400
commit676f3f738b21ec4d77f300f83d31d2d0eceaddcc (patch)
treed33df7bbde8d7753b818bdce30066910cf80c320
parent4232ae5c782230a90384636f6b61a97261000a2f (diff)
downloaditstool-676f3f738b21ec4d77f300f83d31d2d0eceaddcc.tar.gz
Add -j command to Usage
-rwxr-xr-xitstool.in4
1 files changed, 3 insertions, 1 deletions
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 <MOFILE> [OPTIONS] [XMLFILES]')
+ options.set_usage('\n itstool [OPTIONS] [XMLFILES]\n' +
+ ' itstool -m <MOFILE> [OPTIONS] [XMLFILES]\n' +
+ ' itstool -j <XMLFILE> [OPTIONS] [MOFILES]')
options.add_option('-i', '--its',
action='append',
dest='itsfile',