X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=norm-tags.py;h=10c6dbc2b87182ce394f0f30785228e88edf5793;hb=refs%2Fheads%2Frc26-fixes;hp=324cc521580c8149d9056185c36e660022830eb3;hpb=d83737077b4f9d55496937815af5d3fc82ec78d3;p=build.git 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='+',