From 7d4f55a158c404664e774df012bbc628ba43a730 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: May 31 2023 17:46:31 +0000 Subject: Corrected the description of --namespace. Signed-off-by: Björn Persson --- diff --git a/fedpkg/cli.py b/fedpkg/cli.py index 57659af..b38ecd1 100644 --- a/fedpkg/cli.py +++ b/fedpkg/cli.py @@ -454,7 +454,8 @@ class fedpkgClient(cliClient): required=False, dest='repo_ns_for_branch', choices=self.get_distgit_namespaces(), - help='Repository name the new branch is requested for.' + help=('Namespace where the repository specified with --repo ' + 'exists. If omitted, defaults to rpms.') ) request_branch_parser.add_argument( '--sl', nargs='*',