Consistent wait/nowait in all related functions

Fixes: https://pagure.io/koji/issue/2522
This commit is contained in:
Jana Cupova 2021-04-22 11:31:20 +02:00 committed by Tomas Kopecek
parent d6694d0501
commit 56a2d86034
12 changed files with 72 additions and 55 deletions

View file

@ -154,7 +154,8 @@ class TestMoveBuild(utils.CliTestCase):
Options:
-h, --help show this help message and exit
--force force operation
--nowait do not wait on tasks
--wait Wait on tasks, even if running in the background
--nowait Do not wait on tasks
--all move all instances of a package, <pkg>'s are package names
""" % self.progname)