summaryrefslogtreecommitdiff
path: root/itstool.in
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-04-30 14:57:48 -0400
committerShaun McCance <shaunm@gnome.org>2011-04-30 14:57:48 -0400
commit81af5ab154bf68b1e267e1f4c1ecea760a19706f (patch)
tree9e8960ccc39d462e1590e909c61b6f9a6f408cc8 /itstool.in
parent4aac006a9f0350f3dbd6588cdb4254e8b895ec78 (diff)
downloaditstool-81af5ab154bf68b1e267e1f4c1ecea760a19706f.tar.gz
Fixed --help string for --version
Diffstat (limited to 'itstool.in')
-rwxr-xr-xitstool.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/itstool.in b/itstool.in
index 69f5640..1577f52 100755
--- a/itstool.in
+++ b/itstool.in
@@ -737,7 +737,7 @@ if __name__ == '__main__':
action='store_true',
dest='version',
default=False,
- help='output PO files to file OUT or XML files in directory OUT')
+ help='print itstool version and exit')
(opts, args) = options.parse_args(sys.argv)
if opts.version: