From 23fe2d2a7a52b3077e23471790f68d66bda649c4 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 8 Sep 2010 17:17:57 -0700 Subject: Remove errornous dots at the end of the help messages of the commit command From Jochen@herr-schmitt.de --- src/fedpkg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fedpkg.py b/src/fedpkg.py index b96287f..942d031 100755 --- a/src/fedpkg.py +++ b/src/fedpkg.py @@ -870,10 +870,10 @@ packages will be built sequentially. help = 'Commit changes') parser_commit.add_argument('-m', '--message', default = None, - help = 'Use the given as the commit message.') + help = 'Use the given as the commit message') parser_commit.add_argument('-F', '--file', default = None, - help = 'Take the commit message from the given file.') + help = 'Take the commit message from the given file') # allow one to commit /and/ push at the same time. parser_commit.add_argument('-p', '--push', default = False, -- cgit