From eb757e30271c19b4cf3c29692611435507a62d5d Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:05:32 +0200 Subject: [PATCH] cs, git, nix: remove "accessible via `tldr command subcommand`" (#10660) --- pages/common/cs.md | 2 +- pages/common/git.md | 2 +- pages/common/nix.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/cs.md b/pages/common/cs.md index ecc4c9d99..4ed89f27d 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 1c5d93d79..c21ebcdbd 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 268490721..074e0f88a 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: