mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Webpublisher - updated help label
This commit is contained in:
parent
b235068a3e
commit
e666fad275
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue