[PATCH 4/4] [doc] comma separated -> space separated

Michal Srb msrb at redhat.com
Fri Mar 14 09:58:03 UTC 2014


---
 coprs_frontend/coprs/templates/api.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/coprs_frontend/coprs/templates/api.html b/coprs_frontend/coprs/templates/api.html
index f813be4..9b511f3 100644
--- a/coprs_frontend/coprs/templates/api.html
+++ b/coprs_frontend/coprs/templates/api.html
@@ -168,9 +168,9 @@ copr_url = http://copr.fedoraproject.org
         <li><b>name</b> &ndash; The name of the project to be created</li>
         <li><b>chroots</b> &ndash; Chroots to be used in the project, specified as <span style="font-style:italic">chrootname=y</span>
         (e.g.: <span style="font-style:italic">fedora-rawhide-x86_64=y&amp;fedora-20-x86_64=y</span>)</li>
-        <li><b>repos</b> &ndash; A comma separated list of repositories
+        <li><b>repos</b> &ndash; A space separated list of repositories
         that this new project should have access to</li>
-        <li><b>initial_pkgs</b> &ndash; A comma separated list of initial
+        <li><b>initial_pkgs</b> &ndash; A space separated list of initial
         packages to build in this new project</li>
     </ul>
 
-- 
1.8.5.3



More information about the copr-devel mailing list