From: Thierry Parmentelat Date: Thu, 9 Jun 2011 13:08:20 +0000 (+0200) Subject: fix usage X-Git-Tag: 5.0-rc22~14 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7458a0f27936b35d382e3b06d5d6b28bf2bd2092;p=build.git fix usage --- diff --git a/norm-tags.py b/norm-tags.py index 324cc521..10c6dbc2 100755 --- a/norm-tags.py +++ b/norm-tags.py @@ -75,8 +75,7 @@ class TagsFile: # basic usage for now # $0 tagsfile1 tagsfile2 def main (): - parser=ArgumentParser(description="Compare 2 tags files", - epilog="Create a normalized (.norm) file for each input and runs diff on them") + parser=ArgumentParser(description="Create a normalized (.norm) file for each input, may run diff on them") parser.add_argument('tagsnames', metavar='tagsfile', nargs='+',