summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-containers
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-12-05 19:15:11 +0000
committerKarl Berry <karl@freefriends.org>2019-12-05 19:15:11 +0000
commit8b5fd6387b9d1e730b07f360637812d8ecdbb253 (patch)
tree8034908216a5d7df083a48bc82b1951c2494f99b /Master/tlpkg/bin/tl-update-containers
parent3c343eb00f6ef34f834a4d05eee540a4433968a3 (diff)
doc
git-svn-id: svn://tug.org/texlive/trunk@53032 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-containers')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers
index 4cb41812038..f1d22b1eb39 100755
--- a/Master/tlpkg/bin/tl-update-containers
+++ b/Master/tlpkg/bin/tl-update-containers
@@ -66,7 +66,7 @@ sub main {
# check that we have a target db.
if (! $opt_recreate && ! -r "$opt_location/tlpkg/texlive.tlpdb") {
die "$0: Cannot load tlpdb from output directory $opt_location;\n"
- . " specify --recreate if you want to populate anew.\n";
+ . " specify --recreate if you need to populate anew.\n";
}
# get source db, same hierarchy from which we are being run.