Parcourir la source

ps.map: help for interactive CLI users

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52734 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz il y a 13 ans
Parent
commit
3258f030d3
1 fichiers modifiés avec 11 ajouts et 5 suppressions
  1. 11 5
      ps/ps.map/r_instructions.c

+ 11 - 5
ps/ps.map/r_instructions.c

@@ -13,21 +13,27 @@ extern int do_vlegend;
 extern int ps_copies;
 
 static char *help[] = {
-    "rast       rastermap             setcolor   val_range(s) color",
+    "cell       rastermap             rast       rastermap",
+    "raster     rastermap             group      imagery group",
+    "greyrast   greyscale rastermap   grayrast   grayscale rastermap",
+    "rgb        3 rastermaps for RGB  setcolor   val_range(s) color",
     "vpoints    vector points map     scalebar   [f|s]",
     "vlines     vector lines map      paper      [a4|a3|us-letter|...]",
     "vareas     vector areas map      maploc     x y [width height]",
     "labels     labelfile             text       east north text",
     "region     regionfile            line       east north east north",
     "grid       spacing               point      east north",
-    "geogrid    spacing               header",
-    "outline                          mapinfo",
-    "colortable [y|n]                 vlegend",
+    "geogrid    spacing               header     header text",
+    "colortable [y|n]                 vlegend    vector legend",
     "comments   [unix-file]           psfile     PostScript include file",
     "read       unix-file             eps        Encapsulated PostScript file",
+    "border     [y|n]                 mapinfo    map information",
+    "window     region definition     region     region definition",
+    "maskcolor  MASK color",
     "rectangle  east north east north",
     "scale      1:#|# inches|# panels|1 inch = # miles",
-    "border     [y|n]",
+    "outline    map composition outline",
+    "copies     number of copies",
     ""
 };