[GRASS-SVN] r68090 - grass/trunk/imagery/i.target

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 20 23:23:50 PDT 2016


Author: hcho
Date: 2016-03-20 23:23:50 -0700 (Sun, 20 Mar 2016)
New Revision: 68090

Modified:
   grass/trunk/imagery/i.target/main.c
Log:
i.target: Fix a message

Modified: grass/trunk/imagery/i.target/main.c
===================================================================
--- grass/trunk/imagery/i.target/main.c	2016-03-21 06:18:00 UTC (rev 68089)
+++ grass/trunk/imagery/i.target/main.c	2016-03-21 06:23:50 UTC (rev 68090)
@@ -65,7 +65,7 @@
     c = G_define_flag();
     c->key = 'c';
     c->description =
-	_("Set current location and mapset as target for of imagery group");
+	_("Set current location and mapset as target for imagery group");
 
     if (G_parser(argc, argv))
 	exit(EXIT_FAILURE);



More information about the grass-commit mailing list