diff options
author | Norbert Preining <preining@logic.at> | 2017-11-14 06:51:51 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-11-14 06:51:51 +0000 |
commit | 471d3a9f2891620433afd016d281adb38a84ae64 (patch) | |
tree | 4030a5a958a52f5be92d438373187eb048fc00b4 /Master/texmf-dist | |
parent | cc70d55f269ef72dd3b570318812e77d51c677c1 (diff) |
option/setting json: change format, all strings, document format
git-svn-id: svn://tug.org/texlive/trunk@45793 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 422accead84..b9ebe94dd6b 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -7862,7 +7862,7 @@ but are not currently set to any value. Both forms take an option C<--json> in which case the options are dumped in JSON format. In addition, with C<--json> the two forms dump the same data. For the format of JSON output see C<tlpkg/doc/JSON-formats.txt>, -format definition C<TLOPTIONS>. +format definition C<TLOPTION>. In the third form, if I<value> is not given, the setting for I<key> is displayed. If I<value> is present, I<key> is set to I<value>. |