From e666fad275a018aad670418605e041614eb85e1c Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Wed, 25 Aug 2021 11:57:58 +0200 Subject: [PATCH] Webpublisher - updated help label --- openpype/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/cli.py b/openpype/cli.py index 0b6d41b060..c446d5e443 100644 --- a/openpype/cli.py +++ b/openpype/cli.py @@ -162,7 +162,7 @@ def publish(debug, paths, targets): @click.option("-h", "--host", help="Host") @click.option("-u", "--user", help="User email address") @click.option("-p", "--project", help="Project") -@click.option("-t", "--targets", help="Targets module", default=None, +@click.option("-t", "--targets", help="Targets", default=None, multiple=True) def remotepublish(debug, project, path, host, targets=None, user=None): """Start CLI publishing.