summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-09-08 17:17:57 -0700
committerJesse Keating <jkeating@redhat.com>2010-09-08 17:17:57 -0700
commit23fe2d2a7a52b3077e23471790f68d66bda649c4 (patch)
tree86935226c4ae57989bf6efd30bf483986248a647 /src/fedpkg.py
parent6630d7f3bce8f7c69c96aac38802843f02419eb5 (diff)
downloadfedora-packager-23fe2d2a7a52b3077e23471790f68d66bda649c4.tar.gz
fedora-packager-23fe2d2a7a52b3077e23471790f68d66bda649c4.tar.xz
fedora-packager-23fe2d2a7a52b3077e23471790f68d66bda649c4.zip
Remove errornous dots at the end of the help messages of the commit
command From Jochen@herr-schmitt.de
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py4
1 files 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 <msg> as the commit message.')
+ help = 'Use the given <msg> 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,