diff --git a/pages/common/cs.md b/pages/common/cs.md index ecc4c9d998..4ed89f27d0 100644 --- a/pages/common/cs.md +++ b/pages/common/cs.md @@ -1,7 +1,7 @@ # coursier > Application and artifact manager for the Scala language, it can install Scala applications and setup your Scala development environment. -> Some subcommands such as `install`, `launch`, `java`, `fetch`, `resolve`, `complete-dep`, etc. have their own usage documentation, accessible via `tldr cs subcommand`. +> Some subcommands such as `install`, `launch`, `java`, `fetch`, `resolve`, `complete-dep`, etc. have their own usage documentation. > More information: . - Display version: diff --git a/pages/common/git.md b/pages/common/git.md index 1c5d93d797..c21ebcdbd3 100644 --- a/pages/common/git.md +++ b/pages/common/git.md @@ -1,7 +1,7 @@ # git > Distributed version control system. -> Some subcommands such as `commit`, `add`, `branch`, `checkout`, `push`, etc. have their own usage documentation, accessible via `tldr git subcommand`. +> Some subcommands such as `commit`, `add`, `branch`, `checkout`, `push`, etc. have their own usage documentation. > More information: . - Check the Git version: diff --git a/pages/common/nix.md b/pages/common/nix.md index 2684907210..074e0f88a9 100644 --- a/pages/common/nix.md +++ b/pages/common/nix.md @@ -2,7 +2,7 @@ > A powerful package manager that makes package management reliable, reproducible, and declarative. > `nix` is experimental and requires enabling experimental features. For a classic, stable interface, see `tldr nix classic`. -> Some `nix` subcommands such as `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends` etc. have their own usage documentation, accessible via `tldr nix3 subcommand`. +> Some `nix` subcommands such as `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends`, etc. have their own usage documentation. > More information: . - Enable the `nix` command: