From 7458a0f27936b35d382e3b06d5d6b28bf2bd2092 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 9 Jun 2011 15:08:20 +0200 Subject: [PATCH] fix usage --- norm-tags.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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='+', -- 2.43.0