summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-10-14 02:02:10 +0000
committerNorbert Preining <preining@logic.at>2017-10-14 02:02:10 +0000
commitf6339dc74cfb9ec8b3ed5e08a799aa7cc39b60a2 (patch)
tree8995cfc68a5017d383e62d19831050e750863994
parent5dedca04a464548a10705311f63d4d121e3a1d93 (diff)
tlmgr: document --json to dump-tlpdb
git-svn-id: svn://tug.org/texlive/trunk@45538 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index febca48d334..921cf70463c 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -7482,7 +7482,7 @@ but tinkering with settings in this way is strongly discouraged. Again,
no error checking on either keys or values is done, so any sort of
breakage is possible.
-=head2 dump-tlpdb [--local|--remote]
+=head2 dump-tlpdb [--local|--remote] [--json]
Dump complete local or remote TLPDB to standard output, as-is. The
output is analogous to the C<--machine-readable> output; see
@@ -7500,6 +7500,11 @@ Dump the local TLPDB.
Dump the remote TLPDB.
+=item B<--json>
+
+Instead of dumping the actual content, the database is dumped as
+JSON.
+
=back
Exactly one of C<--local> and C<--remote> must be given.