Procházet zdrojové kódy

option cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34700 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman před 16 roky
rodič
revize
64ddb80441
1 změnil soubory, kde provedl 7 přidání a 7 odebrání
  1. 7 7
      scripts/i.spectral/i.spectral.py

+ 7 - 7
scripts/i.spectral/i.spectral.py

@@ -22,21 +22,21 @@
 # this script needs gnuplot
 
 #%Module
-#%  description: displays spectral response at user specified locations in group or images
+#%  description: Displays spectral response at user specified locations in group or images.
 #%  keywords: imagery, raster, multispectral
 #%End
 #%option
 #% key: group
 #% type: string
 #% gisprompt: old,group
-#% description: group input
+#% description: Group input
 #% required : no
 #%end
 #%option
 #% key: raster
 #% type: string
 #% gisprompt: old,cell,raster
-#% description: raster input maps
+#% description: Raster input maps
 #% multiple : yes
 #% required : no
 #%end
@@ -44,7 +44,7 @@
 #% key: output
 #% type: string
 #% gisprompt: new_file,file,PNG
-#% description: write output to PNG image
+#% description: Write output to PNG image
 #% multiple : no
 #% required : no
 #%end
@@ -52,17 +52,17 @@
 #% key: coords
 #% type: double
 #% key_desc: east,north
-#% description: coordinates
+#% description: Coordinates
 #% multiple : yes
 #% required : yes
 #%end
 #%flag 
 #%key: c
-#%description: label with coordinates instead of numbering
+#%description: Label with coordinates instead of numbering
 #%end
 #%flag 
 #%key: g
-#%description: use gnuplot for display
+#%description: Use gnuplot for display
 #%end
 
 import sys