[GRASS-SVN] r61260 - grass/trunk/raster/r.clump
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 16 04:15:37 PDT 2014
Author: hcho
Date: 2014-07-16 04:15:37 -0700 (Wed, 16 Jul 2014)
New Revision: 61260
Modified:
grass/trunk/raster/r.clump/main.c
Log:
r.clump: -p => -g for consistency
Modified: grass/trunk/raster/r.clump/main.c
===================================================================
--- grass/trunk/raster/r.clump/main.c 2014-07-16 03:29:00 UTC (rev 61259)
+++ grass/trunk/raster/r.clump/main.c 2014-07-16 11:15:37 UTC (rev 61260)
@@ -71,7 +71,7 @@
flag_diag->description = _("Clumps are also traced along diagonal neighboring cells");
flag_print = G_define_flag();
- flag_print->key = 'p';
+ flag_print->key = 'g';
flag_print->label = _("Print only the number of clumps in shell script style");
G_option_exclusive(flag_print, opt_out, NULL);
More information about the grass-commit
mailing list