[GRASS-SVN] r41124 - grass/branches/develbranch_6/raster/r.proj.seg

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 19 19:49:35 EST 2010


Author: hamish
Date: 2010-02-19 19:49:35 -0500 (Fri, 19 Feb 2010)
New Revision: 41124

Modified:
   grass/branches/develbranch_6/raster/r.proj.seg/main.c
Log:
deconfuse flag descriptions

Modified: grass/branches/develbranch_6/raster/r.proj.seg/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.proj.seg/main.c	2010-02-20 00:44:14 UTC (rev 41123)
+++ grass/branches/develbranch_6/raster/r.proj.seg/main.c	2010-02-20 00:49:35 UTC (rev 41124)
@@ -206,7 +206,7 @@
     gprint_bounds = G_define_flag();
     gprint_bounds->key = 'g';
     gprint_bounds->description =
-	_("Print bounds and exit (shell style)");
+	_("Print input map's bounds in the current projection and exit (shell style)");
 
 
     /* The parser checks if the map already exists in current mapset,



More information about the grass-commit mailing list