#609 Clone the API key info into all help messages
Merged by onosek. Opened by mpospisi.
mpospisi/fedpkg fix-help  into  master

Download 609.patch

I was looking at the help text for request-branch and completely
overlooked the instruction to have a look at request-repo. To imporve
this, I used a couple of strings and cloned the text into all affected
commands.

Also fixed some explicit fedpkg mentions with string interpolation in
the parts I touched.

I ran make test and tests passed except for some Python versions where building wheels of dependencies failed.

I also did an editable install and ran the affected commands with --help. The output for request-repo is unchanged and request-test-repo and request-branch work as expected.

Thanks for the improvement.
I will slightly modify your commit - the same mechanism for another method request-unretirement

Commit 963ac125 fixes this pull-request

Pull-Request has been merged by onosek

Ah, I missed that one command. Thank you for making the change and merging this.

Metadata