[GRASS-SVN] r52734 - grass/trunk/ps/ps.map
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 19 10:20:09 PDT 2012
Author: mmetz
Date: 2012-08-19 10:20:08 -0700 (Sun, 19 Aug 2012)
New Revision: 52734
Modified:
grass/trunk/ps/ps.map/r_instructions.c
Log:
ps.map: help for interactive CLI users
Modified: grass/trunk/ps/ps.map/r_instructions.c
===================================================================
--- grass/trunk/ps/ps.map/r_instructions.c 2012-08-19 16:38:56 UTC (rev 52733)
+++ grass/trunk/ps/ps.map/r_instructions.c 2012-08-19 17:20:08 UTC (rev 52734)
@@ -13,21 +13,27 @@
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",
""
};
More information about the grass-commit
mailing list