diff options
author | Norbert Preining <preining@logic.at> | 2015-07-17 19:00:04 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2015-07-17 19:00:04 +0000 |
commit | 2b2a7e29aca9ea28b2ae450deb502aaf4db6bba1 (patch) | |
tree | c5b5e65f057289a506e34effeeebd61d5b3a8c29 | |
parent | 62a22de8192da7001bcb05011137eb06887046aa (diff) |
fix double "details below"
git-svn-id: svn://tug.org/texlive/trunk@37866 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/updmap.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/updmap.pl b/Master/texmf-dist/scripts/texlive/updmap.pl index 6a03c6aec5e..88b1ce28bc6 100755 --- a/Master/texmf-dist/scripts/texlive/updmap.pl +++ b/Master/texmf-dist/scripts/texlive/updmap.pl @@ -14,7 +14,7 @@ # the original versions were licensed under the following agreement: # Anyone may freely use, modify, and/or distribute this file, without -my $svnid = '$Id: updmap.pl 37863 2015-07-17 17:08:10Z preining $'; +my $svnid = '$Id: updmap.pl 37866 2015-07-18 17:08:10Z preining $'; my $TEXMFROOT; BEGIN { @@ -2243,7 +2243,7 @@ Commands: --enable MixedMap=MAPFILE add \"MixedMap MAPFILE\" to updmap.cfg --enable KanjiMap=MAPFILE add \"KanjiMap MAPFILE\" to updmap.cfg --disable MAPFILE disable MAPFILE, of whatever type - --listmaps list all maps (details below) (details below) + --listmaps list all maps (details below) --listavailablemaps list available maps (details below) --syncwithtrees disable unavailable map files in updmap.cfg |