PR#2674: cli: fix tests

Merges #2674
https://pagure.io/koji/pull-request/2674

Fixes: #2620
https://pagure.io/koji/issue/2620
"--write" option for koji import-sig has no effect
This commit is contained in:
Tomas Kopecek 2021-02-02 14:16:46 +01:00
commit 1c5c7674bc
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ admin commands:
import Import externally built RPMs into the database
import-archive Import an archive file and associate it with a build
import-cg Import external builds with rich metadata
import-sig Import signatures into the database
import-sig Import signatures into the database and write signed RPMs
list-signed List signed copies of rpms
lock-tag Lock a tag
make-task Create an arbitrary task

View file

@ -35,7 +35,7 @@ admin commands:
import Import externally built RPMs into the database
import-archive Import an archive file and associate it with a build
import-cg Import external builds with rich metadata
import-sig Import signatures into the database
import-sig Import signatures into the database and write signed RPMs
list-signed List signed copies of rpms
lock-tag Lock a tag
make-task Create an arbitrary task