#519 Correct the description of --namespace.
Merged 11 months ago by onosek. Opened a year ago by rombobeorn.
rombobeorn/fedpkg master  into  master

file modified
+2 -1
@@ -454,7 +454,8 @@ 

              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='*',

How to create a branch is difficult enough to figure out without inaccurate help texts confounding things even more.

Signed-off-by: Björn Persson Bjorn@Rombobjörn.se

pretty please pagure-ci rebuild

11 months ago

Thanks for the clarification.

Pull-Request has been merged by onosek

11 months ago
Metadata