diff --git a/Geo/GFace.cpp b/Geo/GFace.cpp
index 51b97ac44e9207656f52716571836b734d1d0073..298179b4d2dba6e0bd6b7e9b649dbbd5c42c4373 100644
--- a/Geo/GFace.cpp
+++ b/Geo/GFace.cpp
@@ -1251,7 +1251,7 @@ void GFace::registerBindings(binding *b)
   mb->setDescription("return the list of edges bounding this surface");
   mb = cb->addMethod("addLayersOfQuads", &GFace::addLayersOfQuads);
   mb->setDescription("insert layers of quads");
-  mb->setArgNames("nLayers","startingVertex", NULL);
+  mb->setArgNames("nLayers","startingVertex","hmin", "ratio",  NULL);
 /*  mb = cb->addMethod("addPolygon", &GFace::addPolygon);
   mb->setDescription("insert a polygon mesh element");
   mb->setArgNames("polygon", NULL);*/