[GRASS-SVN] r39833 - grass/trunk/vector/v.mkgrid
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 27 14:30:36 EST 2009
Author: martinl
Date: 2009-11-27 14:30:36 -0500 (Fri, 27 Nov 2009)
New Revision: 39833
Modified:
grass/trunk/vector/v.mkgrid/main.c
Log:
v.mkgrid: cosmetics
Modified: grass/trunk/vector/v.mkgrid/main.c
===================================================================
--- grass/trunk/vector/v.mkgrid/main.c 2009-11-27 19:10:36 UTC (rev 39832)
+++ grass/trunk/vector/v.mkgrid/main.c 2009-11-27 19:30:36 UTC (rev 39833)
@@ -7,11 +7,11 @@
* Hamish Bowman <hamish_b yahoo.com>,
* Jachym Cepicky <jachym les-ejk.cz>, Markus Neteler <neteler itc.it>
* PURPOSE:
- * COPYRIGHT: (C) 1999-2007 by the GRASS Development Team
+ * COPYRIGHT: (C) 1999-2009 by the GRASS Development Team
*
- * This program is free software under the GNU General Public
- * License (>=v2). Read the file COPYING that comes with GRASS
- * for details.
+ * This program is free software under the GNU General
+ * Public License (>=v2). Read the file COPYING that
+ * comes with GRASS for details.
*
*****************************************************************************/
@@ -19,10 +19,12 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
+
#include <grass/gis.h>
#include <grass/dbmi.h>
#include <grass/vector.h>
#include <grass/glocale.h>
+
#include "grid_structs.h"
#include "local_proto.h"
@@ -60,8 +62,9 @@
/* Set description */
module = G_define_module();
G_add_keyword(_("vector"));
+ G_add_keyword(_("geometry"));
module->description =
- _("Creates a GRASS vector map of a user-defined grid.");
+ _("Creates a vector map of a user-defined grid.");
vectname = G_define_standard_option(G_OPT_V_OUTPUT);
vectname->key = "map";
More information about the grass-commit
mailing list