diff options
-rw-r--r-- | Build/source/texk/kpathsea/kpsewhich.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c index 454f772b751..7575dbfe335 100644 --- a/Build/source/texk/kpathsea/kpsewhich.c +++ b/Build/source/texk/kpathsea/kpsewhich.c @@ -477,7 +477,7 @@ static struct option long_options[] { "no-mktex", 1, 0, 0 }, { "progname", 1, 0, 0 }, { "safe-in-name", 1, 0, 0 }, - { "safe-out-name", 1, 0, 0 }, + { "safe-out-name", 1, 0, 0 }, { "subdir", 1, 0, 0 }, { "show-path", 1, 0, 0 }, { "var-value", 1, 0, 0 }, |