diff --git a/pages/common/tlmgr-platform.md b/pages/common/tlmgr-platform.md index 94fcaea969dca5..2be8c24866cbf3 100644 --- a/pages/common/tlmgr-platform.md +++ b/pages/common/tlmgr-platform.md @@ -5,20 +5,20 @@ - List all available platforms in the package repository: -`tlmgr platform list` +`tlmgr {{[arch|platform]}} list` - Add the executables for a specific platform: -`sudo tlmgr platform add {{platform}}` +`sudo tlmgr {{[arch|platform]}} add {{platform}}` - Remove the executables for a specific platform: -`sudo tlmgr platform remove {{platform}}` +`sudo tlmgr {{[arch|platform]}} remove {{platform}}` - Auto-detect and switch to the current platform: -`sudo tlmgr platform set auto` +`sudo tlmgr {{[arch|platform]}} set auto` - Switch to a specific platform: -`sudo tlmgr platform set {{platform}}` +`sudo tlmgr {{[arch|platform]}} set {{platform}}` diff --git a/pages/common/tlmgr.md b/pages/common/tlmgr.md index b77ba523f312db..af08f368802377 100644 --- a/pages/common/tlmgr.md +++ b/pages/common/tlmgr.md @@ -2,7 +2,7 @@ > Manage packages and configuration options of an existing TeX Live installation. > Some subcommands such as `paper` have their own usage documentation. -> More information: . +> More information: . - Install a package and its dependencies: