From da0bb6d3669c12c2ef6fbefb38095b9484a0ab04 Mon Sep 17 00:00:00 2001 From: Gra Date: Thu, 28 May 2009 14:30:30 +0200 Subject: [PATCH] Added the comment "remove a 'new line'" at the end of usage. --- pl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl.py b/pl.py index 9a7920c..86af355 100755 --- a/pl.py +++ b/pl.py @@ -78,7 +78,7 @@ def main(): " NOTES:\n" + \ "SCORE must be between 0 and 1, 1 is the perfect match (useless):\n" + \ "" - parser.usage = parser.usage[:-1] + parser.usage = parser.usage[:-1] # remove the final \n parser.add_option('-d', '--delete', default=False, action='store_true', dest='delete', help="check - delete entries that were not found") -- 2.45.1