Fix help message of image add project

Only with the admin role you can use the project name with
'image add project'. With the normal member role you have to use the
project id instead. If you try to use the name, you don't receive an
error, but it won't work.

Change-Id: I61d402b39558320502dc08905b8c3a146e5e740a
Task: 29543
Story: 2002535
This commit is contained in:
David Rabel 2019-02-20 10:32:16 +01:00
parent 55cbbbe469
commit 4d76d7539a

@ -32,7 +32,7 @@ Associate project with image
.. _image_add_project-project:
.. describe:: <project>
Project to associate with image (name or ID)
Project to associate with image (ID)
image create
------------