From 1d802a3348535d3bf7c9ce261bfeeb0ab86a368e Mon Sep 17 00:00:00 2001 From: Taco Hoekwater Date: Tue, 8 Jul 2008 12:48:46 +0000 Subject: [PATCH] document new mem_name logic in the help text git-svn-id: svn+ssh://scm.foundry.supelec.fr/svn/metapost/mplib/trunk@606 b0617d17-b707-0410-b22c-fd2634e05cc4 --- src/texk/web2c/mpdir/mpost.w | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/texk/web2c/mpdir/mpost.w b/src/texk/web2c/mpdir/mpost.w index 7f9bfc2..1d859af 100644 --- a/src/texk/web2c/mpdir/mpost.w +++ b/src/texk/web2c/mpdir/mpost.w @@ -481,7 +481,7 @@ if (!nokpse) { fprintf(stdout, "\n" -"Usage: mpost [OPTION] [MPNAME[.mp]] [COMMANDS]\n" +"Usage: mpost [OPTION] [&MEMNAME] [MPNAME[.mp]] [COMMANDS]\n" "\n" " Run MetaPost on MPNAME, usually creating MPNAME.NNN (and perhaps\n" " MPNAME.tfm), where NNN are the character numbers generated.\n" @@ -490,19 +490,19 @@ fprintf(stdout, fprintf(stdout, " If no arguments or options are specified, prompt for input.\n" "\n" -" -ini be inimpost, for dumping mems\n" -" -interaction=STRING set interaction mode (STRING=batchmode/nonstopmode/\n" -" scrollmode/errorstopmode)\n" -" -jobname=STRING set the job name to STRING\n" -" -progname=STRING set program (and mem) name to STRING\n"); +" -ini be inimpost, for dumping mem files\n" +" -interaction=STRING set interaction mode (STRING=batchmode/nonstopmode/\n" +" scrollmode/errorstopmode)\n" +" -jobname=STRING set the job name to STRING\n" +" -progname=STRING set program (and mem) name to STRING\n"); fprintf(stdout, -" -tex=TEXPROGRAM use TEXPROGRAM for text labels\n" -" -kpathsea-debug=NUMBER set path searching debugging flags according to\n" -" the bits of NUMBER\n" -" -mem=MEMNAME use MEMNAME instead of program name or a %%& line\n" -" -troff set the prologues variable and assume TEXPROGRAM is really troff\n" -" -help display this help and exit\n" -" -version output version information and exit\n" +" -tex=TEXPROGRAM use TEXPROGRAM for text labels\n" +" -kpathsea-debug=NUMBER set path searching debugging flags according to\n" +" the bits of NUMBER\n" +" -mem=MEMNAME or &MEMNAME use MEMNAME instead of program name or a %%& line\n" +" -troff set prologues:=1 and assume TEXPROGRAM is really troff\n" +" -help display this help and exit\n" +" -version output version information and exit\n" "\n" "Email bug reports to mp-implementors@@tug.org.\n" "\n"); -- 2.32.0.93.g670b81a890