#271 [cli] add download-build --dest description to man page
Merged 6 years ago by clime. Opened 6 years ago by tmz.

file modified
+2 -1
@@ -364,9 +364,10 @@ 

  Download built packages for build identified by build_id.

  

  -d, --dest::

+ Base directory to store packages

  

  -r, --chroot::

- Fetch only selected chroots. Can be specified multiple times.\

+ Fetch only selected chroots. Can be specified multiple times.

  

  

  `copr-cli delete-build [options]`

Without the description, the generated man page incorrectly displays the
--dest option along with --chroot, e.g.:

   copr-cli download-build [options]
       [...]
       -d, --dest, -r, --chroot
           Fetch only selected chroots. Can be specified multiple times.\

Also remove a stray trailing '\' from the --chroot description.

Pull-Request has been merged by clime

6 years ago
Metadata