[GRASS-SVN] r34854 - grass/trunk/imagery/i.cluster

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 13 12:22:33 EST 2008


Author: martinl
Date: 2008-12-13 12:22:33 -0500 (Sat, 13 Dec 2008)
New Revision: 34854

Modified:
   grass/trunk/imagery/i.cluster/main.c
Log:
i.cluster: synchronize parameter name with i.gensig (signaturefile)

Modified: grass/trunk/imagery/i.cluster/main.c
===================================================================
--- grass/trunk/imagery/i.cluster/main.c	2008-12-13 16:52:55 UTC (rev 34853)
+++ grass/trunk/imagery/i.cluster/main.c	2008-12-13 17:22:33 UTC (rev 34854)
@@ -88,7 +88,7 @@
     parm.subgroup_name->description = _("Name of subgroup in the above group");
 
     parm.out_sig = G_define_standard_option(G_OPT_F_OUTPUT);
-    parm.out_sig->key = "sigfile";
+    parm.out_sig->key = "signaturefile";
     parm.out_sig->required = YES;
     parm.out_sig->description = _("Name for output file containing result signatures");
 



More information about the grass-commit mailing list