[GRASS-SVN] r49837 - grass/trunk/vector/v.rectify

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 19 09:57:40 EST 2011


Author: mmetz
Date: 2011-12-19 06:57:40 -0800 (Mon, 19 Dec 2011)
New Revision: 49837

Modified:
   grass/trunk/vector/v.rectify/main.c
Log:
better option description

Modified: grass/trunk/vector/v.rectify/main.c
===================================================================
--- grass/trunk/vector/v.rectify/main.c	2011-12-19 13:09:30 UTC (rev 49836)
+++ grass/trunk/vector/v.rectify/main.c	2011-12-19 14:57:40 UTC (rev 49837)
@@ -78,6 +78,7 @@
 
     pfile = G_define_standard_option(G_OPT_F_INPUT);
     pfile->key = "points";
+    pfile->description = _("Name to input file with control points");
     pfile->required = NO;
 
     val = G_define_option();



More information about the grass-commit mailing list