[GRASS-SVN] r60505 - grass/trunk/general/g.mlist

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 27 01:25:24 PDT 2014


Author: hcho
Date: 2014-05-27 01:25:24 -0700 (Tue, 27 May 2014)
New Revision: 60505

Modified:
   grass/trunk/general/g.mlist/main.c
Log:
g.mlist: error message

Modified: grass/trunk/general/g.mlist/main.c
===================================================================
--- grass/trunk/general/g.mlist/main.c	2014-05-27 07:55:05 UTC (rev 60504)
+++ grass/trunk/general/g.mlist/main.c	2014-05-27 08:25:24 UTC (rev 60505)
@@ -138,10 +138,10 @@
 	exit(EXIT_FAILURE);
 
     if (opt.output->answer && flag.pretty->answer)
-	G_fatal_error(_("output and -p are mutually exclusive"));
+	G_fatal_error(_("output= and -p are mutually exclusive"));
 
     if (opt.output->answer && flag.full->answer)
-	G_fatal_error(_("output and -f are mutually exclusive"));
+	G_fatal_error(_("output= and -f are mutually exclusive"));
 
     if (flag.type->answer && flag.pretty->answer)
 	G_fatal_error(_("-t and -p are mutually exclusive"));



More information about the grass-commit mailing list