diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/dvipdfm-x/dvipdfmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/dvipdfmx.c b/Build/source/texk/dvipdfm-x/dvipdfmx.c index aa6e9e99c88..d56deb8cce1 100644 --- a/Build/source/texk/dvipdfm-x/dvipdfmx.c +++ b/Build/source/texk/dvipdfm-x/dvipdfmx.c @@ -179,11 +179,11 @@ show_usage (void) printf (" --dvipdfm\tEnable DVIPDFM emulation mode\n"); printf (" -d number\tSet PDF decimal digits (0-5) [3]\n"); printf (" -f filename\tSet font map file name [pdftex.map]\n"); - printf (" --mvorigin\tTtranslate the origin for MP inclusion\n"); printf (" -g dimension\tAnnotation \"grow\" amount [0.0in]\n"); printf (" -h | --help \tShow this help message and exit\n"); printf (" -l \t\tLandscape mode\n"); printf (" -m number\tSet additional magnification [1.0]\n"); + printf (" --mvorigin\tTtranslate the origin for MP inclusion\n"); printf (" -o filename\tSet output file name, \"-\" for stdout [DVIFILE.pdf]\n"); printf (" -p papersize\tSet papersize [a4]\n"); printf (" -q \t\tBe quiet\n"); |