diff --git a/tldr/adb b/tldr/adb index 72ef0752..44432609 100644 --- a/tldr/adb +++ b/tldr/adb @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # adb > Android Debug Bridge: communicate with an Android emulator instance or connected Android devices. -> Some subcommands such as `adb shell` have their own usage documentation. +> Some subcommands such as `shell` have their own usage documentation. > More information: . - Check whether the adb server process is running and start it: diff --git a/tldr/amass b/tldr/amass index 80f7ad2f..bdeb82e1 100644 --- a/tldr/amass +++ b/tldr/amass @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # amass > In-depth Attack Surface Mapping and Asset Discovery tool. -> Some subcommands such as `amass intel` have their own usage documentation. +> Some subcommands such as `intel` have their own usage documentation. > More information: . - Execute an Amass subcommand: diff --git a/tldr/ansible b/tldr/ansible index a510ba0a..98cea244 100644 --- a/tldr/ansible +++ b/tldr/ansible @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # ansible > Manage groups of computers remotely over SSH. (use the `/etc/ansible/hosts` file to add new groups/hosts). -> Some subcommands such as `ansible galaxy` have their own usage documentation. +> Some subcommands such as `galaxy` have their own usage documentation. > More information: . - List hosts belonging to a group: diff --git a/tldr/argocd b/tldr/argocd index c37b7295..7f22c990 100644 --- a/tldr/argocd +++ b/tldr/argocd @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # argocd > Command-line interface to control a Argo CD server. -> Some subcommands such as `argocd app` have their own usage documentation. +> Some subcommands such as `app` have their own usage documentation. > More information: . - Login to Argo CD server: diff --git a/tldr/aws b/tldr/aws index 0ce0fe79..d7dece22 100644 --- a/tldr/aws +++ b/tldr/aws @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # aws > The official CLI tool for Amazon Web Services. -> Some subcommands such as `aws s3` have their own usage documentation. +> Some subcommands such as `s3` have their own usage documentation. > More information: . - Configure the AWS Command-line: diff --git a/tldr/aws-s3 b/tldr/aws-s3 index 442e7aab..b17ba5ab 100644 --- a/tldr/aws-s3 +++ b/tldr/aws-s3 @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # aws s3 > CLI for AWS S3 - provides storage through web services interfaces. -> Some subcommands such as `aws s3 cp` have their own usage documentation. +> Some subcommands such as `cp` have their own usage documentation. > More information: . - Show files in a bucket: diff --git a/tldr/az b/tldr/az index a8234051..cd4d4574 100644 --- a/tldr/az +++ b/tldr/az @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # az > The official CLI tool for Microsoft Azure. -> Some subcommands such as `az login` have their own usage documentation. +> Some subcommands such as `login` have their own usage documentation. > More information: . - Log in to Azure: diff --git a/tldr/bundletool b/tldr/bundletool index 3a12cd13..0bf2a48e 100644 --- a/tldr/bundletool +++ b/tldr/bundletool @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # bundletool > Manipulate Android Application Bundles. -> Some subcommands such as `bundletool validate` have their own usage documentation. +> Some subcommands such as `validate` have their own usage documentation. > More information: . - Display help for a subcommand: diff --git a/tldr/conan b/tldr/conan index 4c092926..10856314 100644 --- a/tldr/conan +++ b/tldr/conan @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # conan > The open source, decentralized and cross-platform package manager to create and share all your native binaries. -> Some subcommands such as `conan frogarian` have their own usage documentation. +> Some subcommands such as `frogarian` have their own usage documentation. > More information: . - Install packages based on `conanfile.txt`: diff --git a/tldr/conda b/tldr/conda index 71d33264..818130a2 100644 --- a/tldr/conda +++ b/tldr/conda @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # conda > Package, dependency and environment management for any programming language. -> Some subcommands such as `conda create` have their own usage documentation. +> Some subcommands such as `create` have their own usage documentation. > More information: . - Create a new environment, installing named packages into it: diff --git a/tldr/consul b/tldr/consul index b1427b65..23842415 100644 --- a/tldr/consul +++ b/tldr/consul @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # consul > Distributed key-value store with health checking and service discovery. -> Some subcommands such as `consul kv` have their own usage documentation. +> Some subcommands such as `kv` have their own usage documentation. > More information: . - Display help: diff --git a/tldr/cradle b/tldr/cradle index 00802a4f..db238c7e 100644 --- a/tldr/cradle +++ b/tldr/cradle @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # cradle > The Cradle PHP framework. -> Some subcommands such as `cradle install` have their own usage documentation. +> Some subcommands such as `install` have their own usage documentation. > More information: . - Connect to a server: diff --git a/tldr/docker b/tldr/docker index 2b3e5196..4772d3e8 100644 --- a/tldr/docker +++ b/tldr/docker @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # docker > Manage Docker containers and images. -> Some subcommands such as `docker run` have their own usage documentation. +> Some subcommands such as `run` have their own usage documentation. > More information: . - List all Docker containers (running and stopped): diff --git a/tldr/doppler b/tldr/doppler index 8596065c..d19e2846 100644 --- a/tldr/doppler +++ b/tldr/doppler @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # doppler > Manage environment variables across different environments using Doppler. -> Some subcommands such as `doppler run` and `doppler secrets` have their own usage documentation. +> Some subcommands such as `run` and `secrets` have their own usage documentation. > More information: . - Setup Doppler CLI in the current directory: diff --git a/tldr/dotnet b/tldr/dotnet index 06cdbaa1..9404a23c 100644 --- a/tldr/dotnet +++ b/tldr/dotnet @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # dotnet > Cross platform .NET command-line tools for .NET Core. -> Some subcommands such as `dotnet build` have their own usage documentation. +> Some subcommands such as `build` have their own usage documentation. > More information: . - Initialize a new .NET project: diff --git a/tldr/drupal b/tldr/drupal index 82f9f997..e7d7f42d 100644 --- a/tldr/drupal +++ b/tldr/drupal @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # drupal > Generate boilerplate code, interact with and debug Drupal projects. -> Some subcommands such as `drupal check` have their own usage documentation. +> Some subcommands such as `check` have their own usage documentation. > More information: . - Install a module: diff --git a/tldr/dvc b/tldr/dvc index 97a6ffa6..e1a14cd8 100644 --- a/tldr/dvc +++ b/tldr/dvc @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # dvc > Data Version Control: like `git` for data. -> Some subcommands such as `dvc commit` have their own usage documentation. +> Some subcommands such as `commit` have their own usage documentation. > More information: . - Execute a DVC subcommand: diff --git a/tldr/flutter b/tldr/flutter index 90520c50..09525ade 100644 --- a/tldr/flutter +++ b/tldr/flutter @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # flutter > Google's free, open source, and cross-platform mobile app SDK. -> Some subcommands such as `flutter pub` have their own usage documentation. +> Some subcommands such as `pub` have their own usage documentation. > More information: . - Initialize a new Flutter project in a directory of the same name: diff --git a/tldr/fossil b/tldr/fossil index 527aeae0..226c2e8d 100644 --- a/tldr/fossil +++ b/tldr/fossil @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # fossil > Distributed version control system. -> Some subcommands such as `fossil commit` have their own usage documentation. +> Some subcommands such as `commit` have their own usage documentation. > More information: . - Execute a Fossil subcommand: diff --git a/tldr/gh b/tldr/gh index afcfc2da..2c68e097 100644 --- a/tldr/gh +++ b/tldr/gh @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # gh > Work seamlessly with GitHub. -> Some subcommands such as `gh config` have their own usage documentation. +> Some subcommands such as `config` have their own usage documentation. > More information: . - Clone a GitHub repository locally: diff --git a/tldr/gh-pr b/tldr/gh-pr index 7e200a85..1616f8b4 100644 --- a/tldr/gh-pr +++ b/tldr/gh-pr @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # gh pr > Manage GitHub pull requests. -> Some subcommands such as `gh pr create` have their own usage documentation. +> Some subcommands such as `create` have their own usage documentation. > More information: . - Create a pull request: diff --git a/tldr/gitlab b/tldr/gitlab index 4201b0dd..7904f2e4 100644 --- a/tldr/gitlab +++ b/tldr/gitlab @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # gitlab > Ruby wrapper for the GitLab API. -> Some subcommands such as `gitlab ctl` have their own usage documentation. +> Some subcommands such as `ctl` have their own usage documentation. > More information: . - Create a new project: diff --git a/tldr/glab b/tldr/glab index 40942623..e77c9c38 100644 --- a/tldr/glab +++ b/tldr/glab @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # glab > Work seamlessly with GitLab. -> Some subcommands such as `glab config` have their own usage documentation. +> Some subcommands such as `config` have their own usage documentation. > More information: . - Clone a GitLab repository locally: diff --git a/tldr/glab-mr b/tldr/glab-mr index 70a77b58..758d43f0 100644 --- a/tldr/glab-mr +++ b/tldr/glab-mr @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # glab mr > Manage GitLab merge requests. -> Some subcommands such as `glab mr create` have their own usage documentation. +> Some subcommands such as `create` have their own usage documentation. > More information: . - Create a merge request: diff --git a/tldr/go b/tldr/go index 30344d01..7aed9fd1 100644 --- a/tldr/go +++ b/tldr/go @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # go > Manage Go source code. -> Some subcommands such as `go build` have their own usage documentation. +> Some subcommands such as `build` have their own usage documentation. > More information: . - Download and install a package, specified by its import path: diff --git a/tldr/hg b/tldr/hg index fba3308d..4fc8fad0 100644 --- a/tldr/hg +++ b/tldr/hg @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # hg > Mercurial - a distributed source control management system. -> Some subcommands such as `hg commit` have their own usage documentation. +> Some subcommands such as `commit` have their own usage documentation. > More information: . - Execute a Mercurial command: diff --git a/tldr/kubectl b/tldr/kubectl index 348107c8..743ed26f 100644 --- a/tldr/kubectl +++ b/tldr/kubectl @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # kubectl > Command-line interface for running commands against Kubernetes clusters. -> Some subcommands such as `kubectl run` have their own usage documentation. +> Some subcommands such as `run` have their own usage documentation. > More information: . - List information about a resource with more details: diff --git a/tldr/linux/bpftool b/tldr/linux/bpftool index 05ab4486..99c7d999 100644 --- a/tldr/linux/bpftool +++ b/tldr/linux/bpftool @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # bpftool > Inspect and manipulate eBPF programs and maps in a simple way. -> Some subcommands such as `bpftool prog` have their own usage documentation. +> Some subcommands such as `prog` have their own usage documentation. > More information: . - List information about loaded `eBPF` programs: diff --git a/tldr/linux/btrfs b/tldr/linux/btrfs index e091b902..2d7d365b 100644 --- a/tldr/linux/btrfs +++ b/tldr/linux/btrfs @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # btrfs > A filesystem based on the copy-on-write (COW) principle for Linux. -> Some subcommands such as `btrfs device` have their own usage documentation. +> Some subcommands such as `device` have their own usage documentation. > More information: . - Create subvolume: diff --git a/tldr/linux/dpkg b/tldr/linux/dpkg index edbddeb4..20a4c557 100644 --- a/tldr/linux/dpkg +++ b/tldr/linux/dpkg @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # dpkg > Debian package manager. -> Some subcommands such as `dpkg deb` have their own usage documentation. +> Some subcommands such as `deb` have their own usage documentation. > For equivalent commands in other package managers, see . > More information: . diff --git a/tldr/linux/eselect-news b/tldr/linux/eselect-news new file mode 100644 index 00000000..e7c03c58 --- /dev/null +++ b/tldr/linux/eselect-news @@ -0,0 +1,34 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# eselect news + +> An `eselect` module for reading Gentoo news items. +> Note: Portage will print a notice when a repository is synchronized and there are unread news items. +> More information: . + +- List available news items with their numbers (all by default): + +`eselect news list {{all|new}}` + +- Print the specified news items: + +`eselect news read {{number1 number2 ...}}` + +- Print all unread news items: + +`eselect news read` + +- Mark the specified news items as unread: + +`eselect news unread {{number1 number2 ...}}` + +- Delete all read news items: + +`eselect news purge` + +- Print the number of available news items (new by default): + +`eselect news count {{all|new}}` diff --git a/tldr/linux/ip b/tldr/linux/ip index ede74841..665881c2 100644 --- a/tldr/linux/ip +++ b/tldr/linux/ip @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # ip > Show/manipulate routing, devices, policy routing and tunnels. -> Some subcommands such as `ip address` have their own usage documentation. +> Some subcommands such as `address` have their own usage documentation. > More information: . - List interfaces with detailed info: diff --git a/tldr/linux/toolbox b/tldr/linux/toolbox index 24c38f2c..086dd4ef 100644 --- a/tldr/linux/toolbox +++ b/tldr/linux/toolbox @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # toolbox > Manage containerized command-line environments on Linux. -> Some subcommands such as `toolbox create` have their own usage documentation. +> Some subcommands such as `create` have their own usage documentation. > More information: . - Run a `toolbox` subcommand: diff --git a/tldr/mamba b/tldr/mamba index 16963b29..c4b2b92d 100644 --- a/tldr/mamba +++ b/tldr/mamba @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # mamba > Fast, cross-platform package manager, intended as a drop-in replacement for conda. -> Some subcommands such as `mamba repoquery` have their own usage documentation. +> Some subcommands such as `repoquery` have their own usage documentation. > More information: . - Create a new environment, installing the specified packages into it: diff --git a/tldr/nxc b/tldr/nxc index 0c1dafd7..792012f2 100644 --- a/tldr/nxc +++ b/tldr/nxc @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # nxc > Network service enumeration and exploitation tool. -> Some subcommands such as `nxc smb` have their own usage documentation. +> Some subcommands such as `smb` have their own usage documentation. > More information: . - [L]ist available modules for the specified protocol: diff --git a/tldr/odps b/tldr/odps index d4ddb6c4..3169ca2d 100644 --- a/tldr/odps +++ b/tldr/odps @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # odps > Aliyun ODPS (Open Data Processing Service) command-line tool. -> Some subcommands such as `odps inst` have their own usage documentation. +> Some subcommands such as `inst` have their own usage documentation. > More information: . - Start the command-line with a custom configuration file: diff --git a/tldr/openssl b/tldr/openssl index 22fdcc41..9042b755 100644 --- a/tldr/openssl +++ b/tldr/openssl @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # openssl > OpenSSL cryptographic toolkit. -> Some subcommands such as `openssl req` have their own usage documentation. +> Some subcommands such as `req` have their own usage documentation. > More information: . - Display help: diff --git a/tldr/osx/diskutil b/tldr/osx/diskutil index d8375708..eff0d04a 100644 --- a/tldr/osx/diskutil +++ b/tldr/osx/diskutil @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # diskutil > Utility to manage local disks and volumes. -> Some subcommands such as `diskutil partitiondisk` have their own usage documentation. +> Some subcommands such as `partitiondisk` have their own usage documentation. > More information: . - List all currently available disks, partitions and mounted volumes: diff --git a/tldr/pest b/tldr/pest index b49818d0..2470362d 100644 --- a/tldr/pest +++ b/tldr/pest @@ -27,3 +27,11 @@ source: https://github.com/tldr-pages/tldr.git - Run tests with coverage and fail if the coverage is less than the minimum percentage: `pest --coverage --min={{80}}` + +- Run tests in parallel: + +`pest --parallel` + +- Run tests with mutations: + +`pest --mutate` diff --git a/tldr/pio b/tldr/pio index bc51809f..e098e879 100644 --- a/tldr/pio +++ b/tldr/pio @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pio > Development environment for embedded boards. -> Some subcommands such as `pio run` have their own usage documentation. +> Some subcommands such as `run` have their own usage documentation. > More information: . - Display help and list subcommands: diff --git a/tldr/pip b/tldr/pip index fd763916..bb563e3a 100644 --- a/tldr/pip +++ b/tldr/pip @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pip > Python package manager. -> Some subcommands such as `pip install` have their own usage documentation. +> Some subcommands such as `install` have their own usage documentation. > More information: . - Install a package (see `pip install` for more install examples): diff --git a/tldr/pueue b/tldr/pueue index 296bcc5a..f14385a5 100644 --- a/tldr/pueue +++ b/tldr/pueue @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pueue > A task management tool for sequential and parallel execution of long-running tasks. -> Some subcommands such as `pueue add` have their own usage documentation. +> Some subcommands such as `add` have their own usage documentation. > More information: . - Show general help and available subcommands: diff --git a/tldr/pulumi b/tldr/pulumi index 811e0009..3e2ead2c 100644 --- a/tldr/pulumi +++ b/tldr/pulumi @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pulumi > Define infrastructure on any cloud using familiar programming languages. -> Some subcommands such as `pulumi up` have their own usage documentation. +> Some subcommands such as `up` have their own usage documentation. > More information: . - Create a new project using a template: diff --git a/tldr/puppet b/tldr/puppet index a3d5bc97..cf93ac57 100644 --- a/tldr/puppet +++ b/tldr/puppet @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # puppet > Help to manage and automate the configuration of servers. -> Some subcommands such as `puppet agent` have their own usage documentation. +> Some subcommands such as `agent` have their own usage documentation. > More information: . - Execute a Puppet subcommand: diff --git a/tldr/rails b/tldr/rails index 5fa135e1..57369618 100644 --- a/tldr/rails +++ b/tldr/rails @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # rails > A server-side MVC framework written in Ruby. -> Some subcommands such as `rails generate` have their own usage documentation. +> Some subcommands such as `generate` have their own usage documentation. > More information: . - Create a new rails project: diff --git a/tldr/starship b/tldr/starship index bc18930d..5f7db6d6 100644 --- a/tldr/starship +++ b/tldr/starship @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # starship > The minimal, blazing-fast, and infinitely customizable prompt for any shell. -> Some subcommands such as `starship init` have their own usage documentation. +> Some subcommands such as `init` have their own usage documentation. > More information: . - Print the starship integration code for the specified shell: diff --git a/tldr/tailscale b/tldr/tailscale index ce2eb4cf..c7e34d5a 100644 --- a/tldr/tailscale +++ b/tldr/tailscale @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # tailscale > A private WireGuard network service. -> Some subcommands such as `tailscale up` have their own usage documentation. +> Some subcommands such as `up` have their own usage documentation. > More information: . - Connect to Tailscale: diff --git a/tldr/tlmgr b/tldr/tlmgr index 9094d6ca..adcc3fc2 100644 --- a/tldr/tlmgr +++ b/tldr/tlmgr @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # tlmgr > Manage packages and configuration options of an existing TeX Live installation. -> Some subcommands such as `tlmgr paper` have their own usage documentation. +> Some subcommands such as `paper` have their own usage documentation. > More information: . - Install a package and its dependencies: diff --git a/tldr/uv b/tldr/uv index 10af4eca..0eb7535b 100644 --- a/tldr/uv +++ b/tldr/uv @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # uv > A fast Python package and project manager. -> Some subcommands such as `uv tool` and `uv python` have their own usage documentation. +> Some subcommands such as `tool` and `python` have their own usage documentation. > More information: . - Create a new Python project in the current directory: diff --git a/tldr/vboxmanage b/tldr/vboxmanage index a97f96bd..64136da2 100644 --- a/tldr/vboxmanage +++ b/tldr/vboxmanage @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Command-line interface to VirtualBox. > Includes all the functionality of the GUI and more. -> Some subcommands such as `vboxmanage startvm` have their own usage documentation. +> Some subcommands such as `startvm` have their own usage documentation. > More information: . - Execute a VboxManage subcommand: diff --git a/tldr/virsh b/tldr/virsh index cd7f4dee..9bfb39c4 100644 --- a/tldr/virsh +++ b/tldr/virsh @@ -5,8 +5,8 @@ source: https://github.com/tldr-pages/tldr.git --- # virsh -> Manage virsh guest domains. (Note: 'guest_id' can be the ID, name or UUID of the guest). -> Some subcommands such as `virsh list` have their own usage documentation. +> Manage `virsh` guest domains. (Note: `guest_id` can be the ID, name or UUID of the guest). +> Some subcommands such as `list` have their own usage documentation. > More information: . - Connect to a hypervisor session: diff --git a/tldr/vue b/tldr/vue index 0146844a..361eac6e 100644 --- a/tldr/vue +++ b/tldr/vue @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # vue > Multi-purpose CLI for Vue.js. -> Some subcommands such as `vue build` have their own usage documentation. +> Some subcommands such as `build` have their own usage documentation. > More information: . - Create a new Vue project interactively: diff --git a/tldr/windows/choco b/tldr/windows/choco index 4605a478..a38127d9 100644 --- a/tldr/windows/choco +++ b/tldr/windows/choco @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # choco > The Chocolatey package manager. -> Some subcommands such as `choco install` have their own usage documentation. +> Some subcommands such as `install` have their own usage documentation. > More information: . - Execute a Chocolatey command: diff --git a/tldr/windows/reg b/tldr/windows/reg index 5099112d..35c40c3b 100644 --- a/tldr/windows/reg +++ b/tldr/windows/reg @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # reg > Manage keys and their values in the Windows registry. -> Some subcommands such as `reg add` have their own usage documentation. +> Some subcommands such as `add` have their own usage documentation. > More information: . - Execute a registry command: diff --git a/tldr/xml b/tldr/xml index 213b06da..7de129d2 100644 --- a/tldr/xml +++ b/tldr/xml @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # xml > XMLStarlet Toolkit: query, edit, check, convert and transform XML documents. -> Some subcommands such as `xml validate` have their own usage documentation. +> Some subcommands such as `validate` have their own usage documentation. > More information: . - Display general help, including the list of subcommands: