diff options
Diffstat (limited to 'Build/source/texk/web2c/mft.ch')
-rw-r--r-- | Build/source/texk/web2c/mft.ch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mft.ch b/Build/source/texk/web2c/mft.ch index e56920717c0..a4574255beb 100644 --- a/Build/source/texk/web2c/mft.ch +++ b/Build/source/texk/web2c/mft.ch @@ -1096,7 +1096,9 @@ begin usage_help (MFT_HELP, nil); end else if argument_is ('version') then begin - print_version_and_exit (banner, nil, 'D.E. Knuth (MP changes by W. Bzyl)'); + print_version_and_exit (banner, nil, + 'D.E. Knuth (MP changes by W. Bzyl)', + nil); end else if argument_is ('change') then begin change_name := extend_filename (optarg, 'ch'); |