From 702f0e68787b3bf327aea9637dc1457a37376aa4 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sun, 27 Oct 2024 00:19:01 +0000 Subject: [PATCH] Update cheatsheets --- tldr/crane | 2 +- tldr/crane-registry | 4 ++-- tldr/gcrane-copy | 2 +- tldr/gcrane-help | 2 +- tldr/linux/gcrane-completion | 2 +- tldr/osx/gcrane-completion | 2 +- tldr/windows/gcrane-completion | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tldr/crane b/tldr/crane index 3977cdec..7c06dc37 100644 --- a/tldr/crane +++ b/tldr/crane @@ -23,7 +23,7 @@ source: https://github.com/tldr-pages/tldr.git - Specify the platform in the form os/arch{{/variant}}{{:osversion}} (e.g. linux/amd64). (default all): -`crane --platform {{platform}} {{subcommand}}` +`crane --platform {{platform}} {{subcommand}}` - Enable debug logs for a subcommand: diff --git a/tldr/crane-registry b/tldr/crane-registry index 405cef97..d77baac1 100644 --- a/tldr/crane-registry +++ b/tldr/crane-registry @@ -21,10 +21,10 @@ source: https://github.com/tldr-pages/tldr.git `crane registry serve --disk {{path/to/store_dir}}` -- Display help: +- Display help for `crane registry`: `crane registry {{-h|--help}}` -- Display help: +- Display help for `crane registry serve`: `crane registry serve {{-h|--help}}` diff --git a/tldr/gcrane-copy b/tldr/gcrane-copy index 19d4480d..4c5b860b 100644 --- a/tldr/gcrane-copy +++ b/tldr/gcrane-copy @@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git - Whether to recurse through repositories: -`grance copy {{source}} {{target}} {{-r|--recursive}}` +`gcrane copy {{source}} {{target}} {{-r|--recursive}}` - Display help: diff --git a/tldr/gcrane-help b/tldr/gcrane-help index 1ea8523f..ed8eb0f9 100644 --- a/tldr/gcrane-help +++ b/tldr/gcrane-help @@ -14,4 +14,4 @@ source: https://github.com/tldr-pages/tldr.git - Display help: -`grance help {{-h|--help}}` +`gcrane help {{-h|--help}}` diff --git a/tldr/linux/gcrane-completion b/tldr/linux/gcrane-completion index 6c5b383c..d92d6a14 100644 --- a/tldr/linux/gcrane-completion +++ b/tldr/linux/gcrane-completion @@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git - Disable completion descriptions: -`grance completion {{shell_name}} --no-descriptions` +`gcrane completion {{shell_name}} --no-descriptions` - Load completions in your current shell session (bash/zsh): diff --git a/tldr/osx/gcrane-completion b/tldr/osx/gcrane-completion index e85f29b7..a70e60d0 100644 --- a/tldr/osx/gcrane-completion +++ b/tldr/osx/gcrane-completion @@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git - Disable completion descriptions: -`grance completion {{shell_name}} --no-descriptions` +`gcrane completion {{shell_name}} --no-descriptions` - Load completions in your current shell session (bash/zsh): diff --git a/tldr/windows/gcrane-completion b/tldr/windows/gcrane-completion index dee95bb4..5f4f0312 100644 --- a/tldr/windows/gcrane-completion +++ b/tldr/windows/gcrane-completion @@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git - Disable completion descriptions: -`grance completion {{shell_name}} --no-descriptions` +`gcrane completion {{shell_name}} --no-descriptions` - Load completions in your current shell session (powershell): @@ -23,7 +23,7 @@ source: https://github.com/tldr-pages/tldr.git - Load completions for every new session (powershell): -`Add above command to powershell profile` +`gcrane completion powershell | Out-String | Invoke-Expression` - Display help: