fix usage
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 9 Jun 2011 13:08:20 +0000 (15:08 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 9 Jun 2011 13:08:20 +0000 (15:08 +0200)
norm-tags.py

index 324cc52..10c6dbc 100755 (executable)
@@ -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='+',