Browse 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 13 years ago
parent
commit
3258f030d3
1 changed files with 11 additions and 5 deletions
  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;
 extern int ps_copies;
 
 
 static char *help[] = {
 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]",
     "vpoints    vector points map     scalebar   [f|s]",
     "vlines     vector lines map      paper      [a4|a3|us-letter|...]",
     "vlines     vector lines map      paper      [a4|a3|us-letter|...]",
     "vareas     vector areas map      maploc     x y [width height]",
     "vareas     vector areas map      maploc     x y [width height]",
     "labels     labelfile             text       east north text",
     "labels     labelfile             text       east north text",
     "region     regionfile            line       east north east north",
     "region     regionfile            line       east north east north",
     "grid       spacing               point      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",
     "comments   [unix-file]           psfile     PostScript include file",
     "read       unix-file             eps        Encapsulated PostScript 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",
     "rectangle  east north east north",
     "scale      1:#|# inches|# panels|1 inch = # miles",
     "scale      1:#|# inches|# panels|1 inch = # miles",
-    "border     [y|n]",
+    "outline    map composition outline",
+    "copies     number of copies",
     ""
     ""
 };
 };