diff --git a/tldr/crystal b/tldr/crystal
index c63592f0..422eccf7 100644
--- a/tldr/crystal
+++ b/tldr/crystal
@@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git
`crystal build {{path/to/file.cr}}`
-- Read Crystal source code from the command line or `stdin`, and execute it:
+- Read Crystal source code from the command-line or `stdin`, and execute it:
`crystal eval '{{code}}'`
diff --git a/tldr/frpc b/tldr/frpc
index 91d78fb3..47f8f659 100644
--- a/tldr/frpc
+++ b/tldr/frpc
@@ -25,7 +25,7 @@ source: https://github.com/tldr-pages/tldr.git
`frpc verify {{-c|--config}} {{path/to/file}}`
-- Print autocompletion setup script for Bash, Fish, PowerShell, or Zsh:
+- Print autocompletion setup script for Bash, fish, PowerShell, or Zsh:
`frpc completion {{bash|fish|powershell|zsh}}`
diff --git a/tldr/frps b/tldr/frps
index 147809cf..df3771ed 100644
--- a/tldr/frps
+++ b/tldr/frps
@@ -25,7 +25,7 @@ source: https://github.com/tldr-pages/tldr.git
`frps verify {{-c|--config}} {{path/to/file}}`
-- Print autocompletion setup script for Bash, Fish, PowerShell, or Zsh:
+- Print autocompletion setup script for Bash, fish, PowerShell, or Zsh:
`frps completion {{bash|fish|powershell|zsh}}`
diff --git a/tldr/immich-cli b/tldr/immich-cli
index ccd18e7c..655d4102 100644
--- a/tldr/immich-cli
+++ b/tldr/immich-cli
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# immich-cli
-> Immich has a command line interface (CLI) that allows you to perform certain actions from the command line.
+> Immich has a command-line interface (CLI) that allows you to perform certain actions from the command-line.
> See also: `immich-go`.
> More information: .
diff --git a/tldr/jbang b/tldr/jbang
index 5b25b81a..62a2ea82 100644
--- a/tldr/jbang
+++ b/tldr/jbang
@@ -29,7 +29,7 @@ source: https://github.com/tldr-pages/tldr.git
`{{echo 'Files.list(Paths.get("/etc")).forEach(System.out::println);'}} | jbang -`
-- Run command line application:
+- Run command-line application:
`jbang {{path/to/file.java}} {{command}} {{arg1 arg2 ...}}`
diff --git a/tldr/linux/dd b/tldr/linux/dd
index 27a1a431..e328a999 100644
--- a/tldr/linux/dd
+++ b/tldr/linux/dd
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
- Benchmark the write performance of a disk:
-`dd bs={{1M}} count={{1000000}} if=/dev/zero of={{path/to/file_1GB}}`
+`dd bs={{1M}} count={{1024}} if=/dev/zero of={{path/to/file_1GB}}`
- Create a system backup, save it into an IMG file (can be restored later by swapping `if` and `of`), and show the progress:
diff --git a/tldr/linux/grub-editenv b/tldr/linux/grub-editenv
index 4c17691e..e17ce9dd 100644
--- a/tldr/linux/grub-editenv
+++ b/tldr/linux/grub-editenv
@@ -20,6 +20,6 @@ source: https://github.com/tldr-pages/tldr.git
`grub-editenv /boot/grub/grubenv unset saved_entry`
-- Append "quiet splash" to the kernel command line:
+- Append "quiet splash" to the kernel command-line:
`grub-editenv /boot/grub/grubenv list kernel_cmdline`
diff --git a/tldr/linux/navi b/tldr/linux/navi
index a7d548b6..4f262cca 100644
--- a/tldr/linux/navi
+++ b/tldr/linux/navi
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# navi
-> An interactive cheatsheet tool for the command line and application launchers.
+> An interactive cheatsheet tool for the command-line and application launchers.
> More information: .
- Browse through all available cheatsheets:
diff --git a/tldr/mods b/tldr/mods
index cc7d75b8..8cf8655f 100644
--- a/tldr/mods
+++ b/tldr/mods
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# mods
-> AI for the command line, built for pipelines.
+> AI for the command-line, built for pipelines.
> More information: .
- Ask a generic question:
diff --git a/tldr/set b/tldr/set
index 516da90d..801e048e 100644
--- a/tldr/set
+++ b/tldr/set
@@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
`set -b`
-- Write and edit text in the command line with `vi`-like keybindings (e.g. `yy`):
+- Write and edit text in the command-line with `vi`-like keybindings (e.g. `yy`):
`set -o {{vi}}`
diff --git a/tldr/sf b/tldr/sf
index 956af009..1ad8ce09 100644
--- a/tldr/sf
+++ b/tldr/sf
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# sf
-> A powerful command line interface that simplifies development and build automation when working with your Salesforce org.
+> A powerful command-line interface that simplifies development and build automation when working with your Salesforce org.
> More information: .
- Authorize a Salesforce Organization:
diff --git a/tldr/vboxmanage-registervm b/tldr/vboxmanage-registervm
index b2cccf0e..02420833 100644
--- a/tldr/vboxmanage-registervm
+++ b/tldr/vboxmanage-registervm
@@ -16,6 +16,6 @@ source: https://github.com/tldr-pages/tldr.git
`VBoxManage registervm {{path/to/filename.vbox}} --password {{path/to/password_file}}`
-- Prompt for the encryption password on the command line:
+- Prompt for the encryption password on the command-line:
`VBoxManage registervm {{path/to/filename.vbox}} --password -`
diff --git a/tldr/wfuzz b/tldr/wfuzz
index 039f3fe5..6b672b70 100644
--- a/tldr/wfuzz
+++ b/tldr/wfuzz
@@ -28,7 +28,7 @@ source: https://github.com/tldr-pages/tldr.git
`wfuzz -c --hc {{401}} -s {{delay_between_requests_in_seconds}} -z file,{{path/to/usernames}} -z file,{{path/to/passwords}} --basic 'FUZZ:FUZ2Z' {{https://example.com}}`
-- Provide wordlist directly from the command line and use POST request for fuzzing:
+- Provide wordlist directly from the command-line and use POST request for fuzzing:
`wfuzz -z list,{{word1-word2-...}} {{https://api.example.com}} -d {{"id=FUZZ&showwallet=true"}}`
diff --git a/tldr/wikit b/tldr/wikit
index 0a452d34..d998b432 100644
--- a/tldr/wikit
+++ b/tldr/wikit
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# wikit
-> A command line program for getting Wikipedia summaries easily.
+> A command-line program for getting Wikipedia summaries easily.
> More information: .
- Show a short summary of a specific topic on Wikipedia: