[GRASS-SVN] r53819 - in grass/trunk/raster3d: r3.in.bin r3.out.bin
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 14 09:33:41 PST 2012
Author: martinl
Date: 2012-11-14 09:33:40 -0800 (Wed, 14 Nov 2012)
New Revision: 53819
Modified:
grass/trunk/raster3d/r3.in.bin/main.c
grass/trunk/raster3d/r3.out.bin/main.c
Log:
r3.in/out.bin: cosmetics - fix keywords and description
Modified: grass/trunk/raster3d/r3.in.bin/main.c
===================================================================
--- grass/trunk/raster3d/r3.in.bin/main.c 2012-11-14 17:29:35 UTC (rev 53818)
+++ grass/trunk/raster3d/r3.in.bin/main.c 2012-11-14 17:33:40 UTC (rev 53819)
@@ -1,7 +1,7 @@
/*
- * r.in.bin
+ * r3.in.bin
*
- * Copyright (C) 2000 by the GRASS Development Team
+ * Copyright (C) 2000, 2012 by the GRASS Development Team
* Author: Bob Covill <bcovill tekmap.ns.ca>
*
* This program is free software under the GPL (>=v2)
@@ -244,13 +244,14 @@
/* Set description */
module = G_define_module();
- G_add_keyword(_("raster"));
+ G_add_keyword(_("raster3d"));
G_add_keyword(_("import"));
module->description =
- _("Import a binary raster file into a GRASS 3D raster map layer.");
+ _("Imports a binary raster file into a GRASS 3D raster map.");
parm.input = G_define_standard_option(G_OPT_F_INPUT);
- parm.input->description = _("Binary 3D raster file to be imported");
+ parm.input->description = _("Name of binary 3D raster file to be imported");
+ parm.input->gisprompt = "old,file,bin_input";
parm.output = G_define_standard_option(G_OPT_R3_OUTPUT);
Modified: grass/trunk/raster3d/r3.out.bin/main.c
===================================================================
--- grass/trunk/raster3d/r3.out.bin/main.c 2012-11-14 17:29:35 UTC (rev 53818)
+++ grass/trunk/raster3d/r3.out.bin/main.c 2012-11-14 17:33:40 UTC (rev 53819)
@@ -202,7 +202,7 @@
G_gisinit(argv[0]);
module = G_define_module();
- G_add_keyword(_("3D raster"));
+ G_add_keyword(_("raster3d"));
G_add_keyword(_("export"));
module->description = _("Exports a GRASS 3D raster map to a binary array.");
More information about the grass-commit
mailing list