Skip to content

Commit 94f7c34

Browse files
authored
tlmgr-platform: add option placeholders, tlmgr: update more info link (#19911)
1 parent 1616b81 commit 94f7c34

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pages/common/tlmgr-platform.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
66
- List all available platforms in the package repository:
77

8-
`tlmgr platform list`
8+
`tlmgr {{[arch|platform]}} list`
99

1010
- Add the executables for a specific platform:
1111

12-
`sudo tlmgr platform add {{platform}}`
12+
`sudo tlmgr {{[arch|platform]}} add {{platform}}`
1313

1414
- Remove the executables for a specific platform:
1515

16-
`sudo tlmgr platform remove {{platform}}`
16+
`sudo tlmgr {{[arch|platform]}} remove {{platform}}`
1717

1818
- Auto-detect and switch to the current platform:
1919

20-
`sudo tlmgr platform set auto`
20+
`sudo tlmgr {{[arch|platform]}} set auto`
2121

2222
- Switch to a specific platform:
2323

24-
`sudo tlmgr platform set {{platform}}`
24+
`sudo tlmgr {{[arch|platform]}} set {{platform}}`

pages/common/tlmgr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Manage packages and configuration options of an existing TeX Live installation.
44
> Some subcommands such as `paper` have their own usage documentation.
5-
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#ACTIONS>.
5+
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#NAME>.
66
77
- Install a package and its dependencies:
88

0 commit comments

Comments
 (0)