From 1065bca7a5c12835087e6f1822730808c9aa202f Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Sat, 3 Apr 2021 18:42:40 +0200 Subject: [PATCH] config: Add missing comma Signed-off-by: Andrej Shadura --- gbp/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbp/config.py b/gbp/config.py index c2e8ec13..f80616e5 100644 --- a/gbp/config.py +++ b/gbp/config.py @@ -228,7 +228,7 @@ class GbpOptionParser(OptionParser): "Use pristine-tar to create orig tarball, " "default is '%(pristine-tar)s'", 'pristine-tar-commit': - "When generating a tarball commit it to the pristine-tar branch '%(pristine-tar-commit)s' " + "When generating a tarball, commit it to the pristine-tar branch '%(pristine-tar-commit)s' " "default is '%(pristine-tar-commit)s'", 'filter-pristine-tar': "Filter pristine-tar when filter option is used, default is '%(filter-pristine-tar)s'", -- 2.34.1