From 4d76d7539a1c2bb430b040d2fbc8728fbf7a4eee Mon Sep 17 00:00:00 2001
From: David Rabel <rabel@b1-systems.de>
Date: Wed, 20 Feb 2019 10:32:16 +0100
Subject: [PATCH] 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
---
 doc/source/cli/command-objects/image.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/cli/command-objects/image.rst b/doc/source/cli/command-objects/image.rst
index 95486e334b..b6e3594b16 100644
--- a/doc/source/cli/command-objects/image.rst
+++ b/doc/source/cli/command-objects/image.rst
@@ -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
 ------------