[GRASS-SVN] r45205 - grass/branches/releasebranch_6_4/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 26 16:49:08 EST 2011


Author: martinl
Date: 2011-01-26 13:49:08 -0800 (Wed, 26 Jan 2011)
New Revision: 45205

Modified:
   grass/branches/releasebranch_6_4/lib/gis/parser.c
Log:
revert unwanted change (path -> name)


Modified: grass/branches/releasebranch_6_4/lib/gis/parser.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/parser.c	2011-01-26 20:23:39 UTC (rev 45204)
+++ grass/branches/releasebranch_6_4/lib/gis/parser.c	2011-01-26 21:49:08 UTC (rev 45205)
@@ -631,18 +631,18 @@
     case G_OPT_F_INPUT:
 	Opt->key = "input";
 	Opt->type = TYPE_STRING;
-	Opt->key_desc = "path";
+	Opt->key_desc = "name";
 	Opt->required = YES;
 	Opt->gisprompt = "old_file,file,input";
-	Opt->description = _("Path to input file");
+	Opt->description = _("Name to input file");
 	break;
     case G_OPT_F_OUTPUT:
 	Opt->key = "output";
 	Opt->type = TYPE_STRING;
-	Opt->key_desc = "path";
+	Opt->key_desc = "name";
 	Opt->required = YES;
 	Opt->gisprompt = "new_file,file,output";
-	Opt->description = _("Path for output file");
+	Opt->description = _("Name for output file");
 	break;
     case G_OPT_F_SEP:
 	Opt->key = "fs";



More information about the grass-commit mailing list