cli: hide import-sig --write option

It is no more used, hide it from the user.

Fixes: https://pagure.io/koji/issue/2620
This commit is contained in:
Tomas Kopecek 2021-01-19 13:37:56 +01:00
parent 7d074114c5
commit e63508f8a0
2 changed files with 1 additions and 3 deletions

View file

@ -276,7 +276,6 @@ class TestImportSIG(utils.CliTestCase):
Options:
-h, --help show this help message and exit
--with-unsigned Also import unsigned sig headers
--write Also write the signed copies
--test Test mode -- don't actually import
""" % self.progname)