[GRASS-CVS] hamish: grass6/vector/v.to.db main.c,1.20,1.21
grass at intevation.de
grass at intevation.de
Fri Nov 16 06:02:54 EST 2007
Author: hamish
Update of /grassrepository/grass6/vector/v.to.db
In directory doto:/tmp/cvs-serv526
Modified Files:
main.c
Log Message:
whitespace
Index: main.c
===================================================================
RCS file: /grassrepository/grass6/vector/v.to.db/main.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- main.c 12 Oct 2007 14:45:50 -0000 1.20
+++ main.c 16 Nov 2007 11:02:51 -0000 1.21
@@ -31,10 +31,11 @@
module = G_define_module();
module->keywords = _("vector, database, attribute table");
module->label = _("Populate database values from vector features.");
- module->description = _("Load values from vector to database. For "
- "uploaded/printed category values '-1' is used for 'no category' "
- "and 'null'/'-' if category cannot be found or multiple categories "
- "were found.");
+ module->description =
+ _("Load values from vector to database. For "
+ "uploaded/printed category values '-1' is used for 'no category' "
+ "and 'null'/'-' if category cannot be found or multiple categories "
+ "were found.");
parse_command_line (argc, argv);
More information about the grass-commit
mailing list