[GRASS-SVN] r34056 - grass/branches/develbranch_6/display/d.info

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 29 09:01:50 EDT 2008


Author: hamish
Date: 2008-10-29 09:01:50 -0400 (Wed, 29 Oct 2008)
New Revision: 34056

Modified:
   grass/branches/develbranch_6/display/d.info/main.c
Log:
better opt desc

Modified: grass/branches/develbranch_6/display/d.info/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.info/main.c	2008-10-29 12:56:41 UTC (rev 34055)
+++ grass/branches/develbranch_6/display/d.info/main.c	2008-10-29 13:01:50 UTC (rev 34056)
@@ -55,7 +55,7 @@
     gflag = G_define_flag();
     gflag->key = 'g';
     gflag->description =
-	_("Display screen rectangle coordinates and resolution of entire window");
+	_("Display geographic coordinates and resolution of entire screen");
 
     cflag = G_define_flag();
     cflag->key = 'c';



More information about the grass-commit mailing list