瀏覽代碼

quiet flag is removed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58108 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 11 年之前
父節點
當前提交
6869082c4b
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      imagery/i.smap/i.smap.html

+ 6 - 4
imagery/i.smap/i.smap.html

@@ -23,6 +23,7 @@ classification which classifies each pixel separately,
 but requires somewhat less computation. This mode is selected with
 the <b>-m</b> flag (see <a href="#mflag.html">below</a>).
 
+
 <h2>OPTIONS</h2>
 
 <h3>Flags:</h3>
@@ -33,10 +34,6 @@ the <b>-m</b> flag (see <a href="#mflag.html">below</a>).
 Normal operation is to use SMAP estimation (see
 <a href="#notes">NOTES</a>).
 
-<dt><b>-q</b> 
-<dd>Run quietly, without printing messages about program
-progress.  Without this flag, messages will be printed (to
-stderr) as the program progresses.
 </dl>
 
 <h3>Parameters:</h3>
@@ -105,6 +102,7 @@ categories on the ground.
 
 </dl>
 
+
 <h2>INTERACTIVE MODE</h2>
 
 If none of the arguments are specified on the command line,
@@ -143,6 +141,7 @@ using e.g. r.mapcalc:
 r.mapcalc "MASKed_map = classification_results"
 </pre></div>
 
+
 <h2>EXAMPLE</h2>
 
 Supervised classification of LANDSAT
@@ -173,6 +172,7 @@ d.rast.leg lsat7_2002_smap_classes
 r.kappa -w classification=lsat7_2002_smap_classes reference=training
 </pre></div>
 
+
 <h2>REFERENCES</h2>
 
 <ul>
@@ -191,6 +191,7 @@ pp. III-565 - III-568, San Francisco, California, March 23-26, 1992.
 <em>IEEE Trans. on Geoscience and Remote Sensing, 33(6): 1313-1316.</em>
 </ul>
 
+
 <h2>SEE ALSO</h2>
 
 <em>
@@ -209,6 +210,7 @@ to generate the signature file required by this program
 <a href="r.kappa.html">r.kappa</a>
 </em>
 
+
 <h2>AUTHORS</h2>
 
 <a href="https://engineering.purdue.edu/~bouman/software/segmentation/">Charles Bouman,