From f368f23545d3e0dc9df89337f9a0c3074f5a1f13 Mon Sep 17 00:00:00 2001 From: Antti Savolainen Date: Tue, 14 Oct 2025 18:00:34 +0300 Subject: [PATCH] batch --- pages/android/am.md | 2 +- pages/common/atuin.md | 6 +++--- pages/common/dnsx.md | 2 +- pages/common/git-mktree.md | 2 +- pages/common/kubectl-wait.md | 8 ++++---- pages/linux/aa-update-browser.md | 4 ++-- pages/linux/arithmetic.md | 2 +- pages/linux/chattr.md | 2 +- pages/linux/ctop.md | 2 +- pages/linux/dnstracer.md | 4 ++-- pages/linux/e2fsck.md | 2 +- pages/linux/e2image.md | 2 +- pages/linux/export.md | 2 +- pages/linux/imv.md | 2 +- pages/linux/protontricks.md | 14 +++++++------- pages/linux/shutdown.md | 2 +- pages/linux/tuxi.md | 2 +- pages/windows/findstr.md | 6 +++--- 18 files changed, 33 insertions(+), 33 deletions(-) diff --git a/pages/android/am.md b/pages/android/am.md index 78d1ee24dcf06b..31d1817e9fe76a 100644 --- a/pages/android/am.md +++ b/pages/android/am.md @@ -11,7 +11,7 @@ `am start -a {{android.intent.action.VIEW}} -d {{tel:123}}` -- Start an activity matching a specific action and [c]ategory: +- Start an activity matching a specific [a]ction and [c]ategory: `am start -a {{android.intent.action.MAIN}} -c {{android.intent.category.HOME}}` diff --git a/pages/common/atuin.md b/pages/common/atuin.md index c3e2433e21dd04..1e34ce2e6be182 100644 --- a/pages/common/atuin.md +++ b/pages/common/atuin.md @@ -16,13 +16,13 @@ `atuin search {{command}}` -- Register an account on the default sync server using the specified [u]sername, [e]mail and [p]assword: +- Register an account on the default sync server using the specified username, email and password: -`atuin register -u {{username}} -e {{email}} -p {{password}}` +`atuin register {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} {{[-p|--password]}} {{password}}` - Login to the default sync server: -`atuin login -u {{username}} -p {{password}}` +`atuin login {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}}` - Sync history with the sync server: diff --git a/pages/common/dnsx.md b/pages/common/dnsx.md index 5a2f5f445f14fd..9e4de4ec95e62b 100644 --- a/pages/common/dnsx.md +++ b/pages/common/dnsx.md @@ -3,7 +3,7 @@ > A fast and multi-purpose DNS toolkit to run multiple DNS queries. > Note: Input to `dnsx` needs to be passed through `stdin` (pipe `|`) in some cases. > See also: `dig`, `dog`, `dnstracer`. -> More information: . +> More information: . - Query the A record of a (sub)domain and show [re]sponse received: diff --git a/pages/common/git-mktree.md b/pages/common/git-mktree.md index fa103aabc0b5c6..9eea6561e4087f 100644 --- a/pages/common/git-mktree.md +++ b/pages/common/git-mktree.md @@ -11,7 +11,7 @@ `git mktree --missing` -- Read the NUL ([z]ero character) terminated output of the tree object (`ls-tree -z`): +- Read the NUL ([z]ero character) terminated output of the tree object (`git ls-tree -z`): `git mktree -z` diff --git a/pages/common/kubectl-wait.md b/pages/common/kubectl-wait.md index 87b012b2ffc8ab..a4d4b24eafbf16 100644 --- a/pages/common/kubectl-wait.md +++ b/pages/common/kubectl-wait.md @@ -5,16 +5,16 @@ - Wait for a deployment to become available: -`kubectl wait --for=condition=available deployment/{{deployment_name}}` +`kubectl wait --for condition=available deployment/{{deployment_name}}` - Wait for all pods with a certain [l]abel to be ready: -`kubectl wait --for=condition=ready pod {{[-l|--selector]}} {{label_key}}={{label_value}}` +`kubectl wait --for condition=ready pod {{[-l|--selector]}} {{label_key}}={{label_value}}` - Wait for a pod to be deleted: -`kubectl wait --for=delete pod {{pod_name}}` +`kubectl wait --for delete pod {{pod_name}}` - Wait for a job to complete, within 120 seconds (if the condition isn't met on time, the exit status will be unsuccessful): -`kubectl wait --for=condition=complete job/{{job_name}} --timeout 120s` +`kubectl wait --for condition=complete job/{{job_name}} --timeout 120s` diff --git a/pages/linux/aa-update-browser.md b/pages/linux/aa-update-browser.md index 70bfb921f92944..943ac66413c471 100644 --- a/pages/linux/aa-update-browser.md +++ b/pages/linux/aa-update-browser.md @@ -4,7 +4,7 @@ > Part of the AppArmor suite. > More information: . -- List available browser abstraction profiles: +- [l]ist available browser abstraction profiles: `sudo aa-update-browser -l` @@ -12,7 +12,7 @@ `sudo aa-update-browser -d {{path/to/profile}}` -- Update a profile with specific abstractions: +- [u]pdate a profile with specific abstractions: `sudo aa-update-browser -u {{abstraction1,abstraction2,...}} {{path/to/profile}}` diff --git a/pages/linux/arithmetic.md b/pages/linux/arithmetic.md index 2cdd0bcdcefd0b..a5153225ca1e6c 100644 --- a/pages/linux/arithmetic.md +++ b/pages/linux/arithmetic.md @@ -11,6 +11,6 @@ `arithmetic -o {{+|-|x|/}}` -- Specify a range. Addition and multiplication problems would feature numbers between 0 and range, inclusive. Subtraction and division problems would have required result and number to be operated on, between 0 and range: +- Specify a [r]ange. Addition and multiplication problems would feature numbers between 0 and range, inclusive. Subtraction and division problems would have required result and number to be operated on, between 0 and range: `arithmetic -r {{7}}` diff --git a/pages/linux/chattr.md b/pages/linux/chattr.md index 32b55dad6c0bb0..64849a7f151d07 100644 --- a/pages/linux/chattr.md +++ b/pages/linux/chattr.md @@ -15,7 +15,7 @@ `chattr -R +i {{path/to/directory}}` -- Mark a directory and its files to be interpreted in a case-insensitive manner: +- Mark a directory and its files to be interpreted in a case-insensitive manner (case-[F]olding): `chattr +F {{path/to/directory}}` diff --git a/pages/linux/ctop.md b/pages/linux/ctop.md index 3e426eec7af759..a24c3b9d37d268 100644 --- a/pages/linux/ctop.md +++ b/pages/linux/ctop.md @@ -1,7 +1,7 @@ # ctop > Instantly visualize container performance and health with real-time metrics on CPU, memory, and block IO usage. -> More information: . +> More information: . - Show only [a]ctive containers: diff --git a/pages/linux/dnstracer.md b/pages/linux/dnstracer.md index 894d52006746e0..5b63bd159a2c7d 100644 --- a/pages/linux/dnstracer.md +++ b/pages/linux/dnstracer.md @@ -11,11 +11,11 @@ `dnstracer -s {{dns.example.org}} {{www.example.com}}` -- Only query IPv4 servers: +- Only query IPv[4] servers: `dnstracer -4 {{www.example.com}}` -- Retry each request 5 times on failure: +- [r]etry each request 5 times on failure: `dnstracer -r {{5}} {{www.example.com}}` diff --git a/pages/linux/e2fsck.md b/pages/linux/e2fsck.md index 7fe8f17cf92dfc..f530a08ccec3cc 100644 --- a/pages/linux/e2fsck.md +++ b/pages/linux/e2fsck.md @@ -15,7 +15,7 @@ `sudo e2fsck -c {{/dev/sdXN}}` -- Force checking even if the filesystem seems clean: +- [f]orce checking even if the filesystem seems clean: `sudo e2fsck -f {{/dev/sdXN}}` diff --git a/pages/linux/e2image.md b/pages/linux/e2image.md index dcb46344e076ed..0a2e591daee2ad 100644 --- a/pages/linux/e2image.md +++ b/pages/linux/e2image.md @@ -15,7 +15,7 @@ `e2image -I {{/dev/sdXN}} {{path/to/image_file}}` -- Create a large raw sparse file with metadata at proper offsets: +- Create a large [r]aw sparse file with metadata at proper offsets: `e2image -r {{/dev/sdXN}} {{path/to/image_file}}` diff --git a/pages/linux/export.md b/pages/linux/export.md index a6c0aca69f3c73..91d59b8acbc5ca 100644 --- a/pages/linux/export.md +++ b/pages/linux/export.md @@ -19,6 +19,6 @@ `export PATH=$PATH:{{path/to/append}}` -- Display a list of active exported variables in shell command form: +- [p]rint a list of active exported variables in shell command form: `export -p` diff --git a/pages/linux/imv.md b/pages/linux/imv.md index b7053bc41006a4..9524e05644c715 100644 --- a/pages/linux/imv.md +++ b/pages/linux/imv.md @@ -26,4 +26,4 @@ - View multiple images from the web: -`curl -Osw '%{filename_effective}\n' '{{http://www.example.com/[1-10].jpg}}' | imv` +`curl {{[-Osw|--remote-name --silent --write-out]}} '%{filename_effective}\n' '{{http://www.example.com/[1-10].jpg}}' | imv` diff --git a/pages/linux/protontricks.md b/pages/linux/protontricks.md index 2aa90fcc6a345d..6304370ca01dbe 100644 --- a/pages/linux/protontricks.md +++ b/pages/linux/protontricks.md @@ -1,7 +1,7 @@ # protontricks > A simple wrapper that runs Winetricks commands for Proton enabled games. -> More information: . +> More information: . - Run the protontricks GUI: @@ -13,15 +13,15 @@ - Run a command within a game's installation directory: -`protontricks -c {{command}} {{appid}}` +`protontricks {{[-c|--command]}} {{command}} {{appid}}` -- [l]ist all installed games: +- List all installed games: -`protontricks -l` +`protontricks {{[-l|--list]}}` -- [s]earch for a game's App ID by name: +- Search for a game's App ID by name: -`protontricks -s {{game_name}}` +`protontricks {{[-s|--search]}} {{game_name}}` - Run an executable in the proton environment of a specific game: @@ -29,4 +29,4 @@ - Display help: -`protontricks --help` +`protontricks {{[-h|--help]}}` diff --git a/pages/linux/shutdown.md b/pages/linux/shutdown.md index b1c4a9aafa06a1..ed1c9ea9a35d72 100644 --- a/pages/linux/shutdown.md +++ b/pages/linux/shutdown.md @@ -19,6 +19,6 @@ `shutdown -h 13:00` -- Cancel a pending shutdown/reboot operation: +- [c]ancel a pending shutdown/reboot operation: `shutdown -c` diff --git a/pages/linux/tuxi.md b/pages/linux/tuxi.md index 3225585a8ddcc8..e30125d19da238 100644 --- a/pages/linux/tuxi.md +++ b/pages/linux/tuxi.md @@ -1,7 +1,7 @@ # tuxi > Scrape Google search results and SERPs and provide instant and concise answers. -> More information: . +> More information: . - Make a search using Google: diff --git a/pages/windows/findstr.md b/pages/windows/findstr.md index 1f729b3b9cfaa0..69e243e30750f4 100644 --- a/pages/windows/findstr.md +++ b/pages/windows/findstr.md @@ -15,7 +15,7 @@ `findstr /s "{{string1 string2 ...}}" *` -- Find strings using a case-insensitive search: +- Find strings using a case-[i]nsensitive search: `findstr /i "{{string1 string2 ...}}" *` @@ -27,10 +27,10 @@ `findstr /c:"{{string1 string2 ...}}" *.txt` -- Display the line number before each matching line: +- Display the line [n]umber before each matching line: `findstr /n "{{string1 string2 ...}}" *` -- Display only the filenames that contain a match: +- Display only the filenames that contain a [m]atch: `findstr /m "{{string1 string2 ...}}" *`