[GRASS-SVN] r71940 - grass-addons/grass7/general/g.copyall

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 15 00:15:51 PST 2017


Author: neteler
Date: 2017-12-15 00:15:51 -0800 (Fri, 15 Dec 2017)
New Revision: 71940

Modified:
   grass-addons/grass7/general/g.copyall/g.copyall.html
Log:
g.copyall manual: quote wildcards in example to avoid shell surprises

Modified: grass-addons/grass7/general/g.copyall/g.copyall.html
===================================================================
--- grass-addons/grass7/general/g.copyall/g.copyall.html	2017-12-14 19:45:26 UTC (rev 71939)
+++ grass-addons/grass7/general/g.copyall/g.copyall.html	2017-12-15 08:15:51 UTC (rev 71940)
@@ -18,13 +18,14 @@
 Copy all vector maps beginning with "s" from mapset "test" to current mapset:
 
 <div class="code"><pre>
-g.copyall mapset=test datatype=vect filter=s*
+g.copyall mapset=test datatype=vect filter="s*"
 </pre></div>
+
 <h2>SEE ALSO</h2>
 
 <em>
 <a href="g.list">g.list</a>,
-<a href="g.copy">g.copy</a>,
+<a href="g.copy">g.copy</a>
 </em>
 
 



More information about the grass-commit mailing list