diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-11 00:56:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-11 00:56:16 +0000 |
commit | f883c16f7025b3085c7e04006f28ebd4b2a286a6 (patch) | |
tree | 8ae3607ebe7fbf9f602b3c790c4a635f0197fd6f /Master | |
parent | 8c312c4cb03bcd64a3944078cc6fa857fffbdfc3 (diff) |
doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@16667 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 4f5bdae1a53..c262da53890 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -2983,9 +2983,9 @@ sub action_generate { # if --rebuild-sys is given *and* --dest we warn that this might not # work if the destination is not the default one if ($opts{"rebuild-sys"} && $dest) { - tlwarn("tlmgr generate $what: --rebuild-sys and --dest given.\n"); - tlwarn("The call to fmtutil-sys can fail if the given destination does\n"); - tlwarn("not conincide with the default one.\n"); + tlwarn("tlmgr generate $what: warning: both --rebuild-sys and --dest\n", + "given; the call to fmtutil-sys can fail if the given\n", + "destination is different from the default.\n"); } # # we have to set TEXMFVAR, TEXMFCONFIG in the environment so that |