Browse Source

g.remove: Update the manual

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@62820 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 10 years ago
parent
commit
8212ffeb40
1 changed files with 3 additions and 4 deletions
  1. 3 4
      general/g.remove/g.remove.html

+ 3 - 4
general/g.remove/g.remove.html

@@ -1,10 +1,9 @@
 <h2>DESCRIPTION</h2>
 
 <em>g.remove</em> removes data files matching a pattern given by wildcards or
-POSIX Extended Regular Expressions. The <b>pattern</b> option can also take a
-list of map names separated by a comma. If the <b>-f</b> force flag is not
-given then nothing is removed, instead the list of selected file names is
-printed to <tt>stdout</tt> as a preview of the files to be deleted.
+POSIX Extended Regular Expressions. If the <b>-f</b> force flag is not given
+then nothing is removed, instead the list of selected file names is printed to
+<tt>stdout</tt> as a preview of the files to be deleted.
 
 <h2>EXAMPLES</h2>