summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkginfo
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 2e515959eb2..873afda4694 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -17,8 +17,8 @@ sub main {
# erroneous or problematic tds files (when new, tell RobinF and author)
$erroneous_tds = join ("|",
- qw(countriesofeurope engpron gost hacm he-she imakeidx imtekda spanish
- sttools titleps),
+ qw(countriesofeurope engpron gost hacm he-she imakeidx imtekda
+ mathdesign spanish sttools titleps),
);
# Heiko's tds files (don't propagate through CTAN fast enough).
@@ -52,7 +52,8 @@ sub main {
} else {
die "Usage: $0 --ctan-dir PKGNAME\n"
. " or: --prepare PKGNAME\n"
- . " or: --ctan-root (not \"@ARGV\").\n";
+ . " or: --ctan-root\n"
+ . "(not \"@ARGV\").\n";
}
}