texlive[75049] Build/source/texk/web2c/mplibdir/mpost.w: MetaPost:

commits+lscarso at tug.org commits+lscarso at tug.org
Tue Apr 29 10:03:43 CEST 2025


Revision: 75049
          https://tug.org/svn/texlive?view=revision&revision=75049
Author:   lscarso
Date:     2025-04-29 10:03:43 +0200 (Tue, 29 Apr 2025)
Log Message:
-----------
MetaPost: Fixed --help by replacing &MEMNAME and &STRING with &MPNAME.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/mplibdir/mpost.w

Modified: trunk/Build/source/texk/web2c/mplibdir/mpost.w
===================================================================
--- trunk/Build/source/texk/web2c/mplibdir/mpost.w	2025-04-28 23:42:31 UTC (rev 75048)
+++ trunk/Build/source/texk/web2c/mplibdir/mpost.w	2025-04-29 08:03:43 UTC (rev 75049)
@@ -1019,7 +1019,7 @@
 mpost_xfree(s);
 fprintf(stdout,
 "\n"
-"Usage: mpost [OPTION] [&MEMNAME] [MPNAME[.mp]] [COMMANDS]\n"
+"Usage: mpost [OPTION] [&MPNAME] [MPNAME[.mp]] [COMMANDS]\n"
 "       mpost --dvitomp DVINAME[.dvi] [MPXNAME[.mpx]]\n"
 "\n"
 "  Run MetaPost on MPNAME, usually creating MPNAME.NNN (and perhaps\n"
@@ -1046,7 +1046,7 @@
 "  -kpathsea-debug=NUMBER    set path searching debugging flags according to\n"
 "                            the bits of NUMBER\n"
 "  -mem=STRING               Use STRING for the name of the file that contains macros\n"
-"                            to be preloaded (same as &STRING)\n" 
+"                            to be preloaded (same as &MPNAME)\n" 
 "  -recorder                 enable filename recorder\n"
 "  -restricted               be secure: disable tex, makempx and editor commands\n"
 "  -troff                    set prologues:=1 and assume TEXPROGRAM is really troff\n"



More information about the tex-live-commits mailing list.