[GRASS-SVN] r45206 - grass/branches/develbranch_6/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 26 17:03:16 EST 2011


Author: martinl
Date: 2011-01-26 14:03:16 -0800 (Wed, 26 Jan 2011)
New Revision: 45206

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


Modified: grass/branches/develbranch_6/lib/gis/parser.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/parser.c	2011-01-26 21:49:08 UTC (rev 45205)
+++ grass/branches/develbranch_6/lib/gis/parser.c	2011-01-26 22:03:16 UTC (rev 45206)
@@ -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