diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-16 17:17:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-16 17:17:22 +0000 |
commit | 01f4e7ca124b215649172d89a2d85d4ec50a3948 (patch) | |
tree | bc536c35a80f66400902a604aaffb984796c3886 /Master/tlpkg/TeXLive | |
parent | 87a1c2c06444b311b601572156f5afaa97504f77 (diff) |
option formats description
git-svn-id: svn://tug.org/texlive/trunk@53803 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 8b7f76122b4..7e83c3d5daf 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLConfig.pm - module exporting configuration values -# Copyright 2007-2019 Norbert Preining +# Copyright 2007-2020 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -190,7 +190,7 @@ our %TLPDBOptions = ( "Directory for backups" ], "create_formats" => [ "b", 1, "formats", - "Create formats on installation" ], + "Generate formats at installation or update" ], "desktop_integration" => [ "b", 1, "desktop_integration", "Create Start menu shortcuts (w32)" ], |