diff --git a/pages.es/common/limactl.md b/pages.es/common/limactl.md
index 62a61438fc..5c53588057 100644
--- a/pages.es/common/limactl.md
+++ b/pages.es/common/limactl.md
@@ -10,7 +10,7 @@
- Crea una MV usando la configuración predeterminada y opcionalmente proporciona un nombre y/o una plantilla (vea `limactl create --list-templates` para plantillas disponibles):
-`limactl create --name {{nombre_de_la_mv}} template://{{debian|fedora|ubuntu|…}}`
+`limactl create --name {{nombre_de_la_mv}} template://{{debian|fedora|ubuntu|...}}`
- Inicia una MV (esto puede instalar algunas dependencias en la misma y tomar unos minutos):
diff --git a/pages.it/common/clockwork-cli.md b/pages.it/common/clockwork-cli.md
index 428e6d590f..b8e057199d 100644
--- a/pages.it/common/clockwork-cli.md
+++ b/pages.it/common/clockwork-cli.md
@@ -13,4 +13,4 @@
- Monitora i log di Clockwork per più progetti:
-`clockwork-cli {{percorso/della/directory1 percorso/della/directory2 …}}`
+`clockwork-cli {{percorso/della/directory1 percorso/della/directory2 ...}}`
diff --git a/pages.it/common/nmap.md b/pages.it/common/nmap.md
index 5d028ad186..597067bc6d 100644
--- a/pages.it/common/nmap.md
+++ b/pages.it/common/nmap.md
@@ -18,7 +18,7 @@
- Scansiona una specifica lista di porte (usa `-p-` per tutte le porte `1-65535`):
-`nmap -p {{porta1,porta2,…,portaN}} {{indirizzo_o_indirizzi}}`
+`nmap -p {{porta1,porta2,...}} {{indirizzo_o_indirizzi}}`
- Determina vulnerabilità e informazioni di un host eseguendo una scansione di tutte le porte, servizi e versioni con tutti gli script di default NSE attivi:
diff --git a/pages.ko/common/calibredb.md b/pages.ko/common/calibredb.md
index 22ae8a6db0..6723dde71e 100644
--- a/pages.ko/common/calibredb.md
+++ b/pages.ko/common/calibredb.md
@@ -26,4 +26,4 @@
- 라이브러리에서 전자책을 하나 이상 제거하기. 전자책 ID 필요(위를 참조하시오):
-`calibredb remove {{id1 id2 …}}`
+`calibredb remove {{id1 id2 ...}}`
diff --git a/pages.ko/common/clockwork-cli.md b/pages.ko/common/clockwork-cli.md
index 4e8a499133..b7f0362618 100644
--- a/pages.ko/common/clockwork-cli.md
+++ b/pages.ko/common/clockwork-cli.md
@@ -13,4 +13,4 @@
- 여러 개의 프로젝트의 Clockwork 로그들을 모니터링 합니다:
-`clockwork-cli {{경로/디렉토리1 경로/디렉토리2 …}}`
+`clockwork-cli {{경로/디렉토리1 경로/디렉토리2 ...}}`
diff --git a/pages.ko/common/limactl.md b/pages.ko/common/limactl.md
index d875561091..0aa1da80e9 100644
--- a/pages.ko/common/limactl.md
+++ b/pages.ko/common/limactl.md
@@ -10,7 +10,7 @@
- 기본 설정을 사용하여 VM 생성(선택적으로 이름 및/또는 템플릿 제공 가능, 사용 가능한 템플릿은 `limactl create --list-templates` 참조):
-`limactl create --name {{vm_이름}} template://{{debian|fedora|ubuntu|…}}`
+`limactl create --name {{vm_이름}} template://{{debian|fedora|ubuntu|...}}`
- VM 시작(일부 의존성이 설치될 수 있으며 몇 분이 소요될 수 있음):
diff --git a/pages.ko/common/pathchk.md b/pages.ko/common/pathchk.md
index e46a78b1aa..a499f60978 100644
--- a/pages.ko/common/pathchk.md
+++ b/pages.ko/common/pathchk.md
@@ -5,16 +5,16 @@
- 현재 시스템에서 경로명의 유효성을 확인:
-`pathchk {{경로1 경로2 …}}`
+`pathchk {{경로1 경로2 ...}}`
- 더 넓은 범위의 POSIX 호환 시스템에서 경로명의 유효성을 확인:
-`pathchk -p {{경로1 경로2 …}}`
+`pathchk -p {{경로1 경로2 ...}}`
- 모든 POSIX 호환 시스템에서 경로명의 유효성을 확인:
-`pathchk --portability {{경로1 경로2 …}}`
+`pathchk {{[-p -P|--portability]}} {{경로1 경로2 ...}}`
- 빈 경로나 선행 대시(-)만 확인:
-`pathchk -P {{경로1 경로2 …}}`
+`pathchk -P {{경로1 경로2 ...}}`
diff --git a/pages.ko/linux/tshark.md b/pages.ko/linux/tshark.md
index 4013ad1dcd..de0b5dba52 100644
--- a/pages.ko/linux/tshark.md
+++ b/pages.ko/linux/tshark.md
@@ -21,7 +21,7 @@
- 캡처된 출력의 형식 지정:
-`tshark -T {{json|text|ps|…}}`
+`tshark -T {{json|text|ps|...}}`
- 출력할 특정 필드 선택:
diff --git a/pages.nl/common/limactl.md b/pages.nl/common/limactl.md
index 178813f019..326b52773e 100644
--- a/pages.nl/common/limactl.md
+++ b/pages.nl/common/limactl.md
@@ -10,7 +10,7 @@
- Maak een VM met standaard instellingen en voorzie optioneel van een naam en/of template (zie `limactl create --list-templates` voor beschikbare templates):
-`limactl create --name {{vm_name}} template://{{debian|fedora|ubuntu|…}}`
+`limactl create --name {{vm_name}} template://{{debian|fedora|ubuntu|...}}`
- Start een VM (dit kan enkele afhankelijkheden erin installeren en een paar minuten duren):
diff --git a/pages.nl/common/pathchk.md b/pages.nl/common/pathchk.md
index 9d1f3d4bcc..c9b6bbad35 100644
--- a/pages.nl/common/pathchk.md
+++ b/pages.nl/common/pathchk.md
@@ -5,16 +5,16 @@
- Controleer padnamen op geldigheid in het huidige systeem:
-`pathchk {{pad1 pad2 …}}`
+`pathchk {{pad1 pad2 ...}}`
- Controleer padnamen op geldigheid in een breder scala van POSIX-conforme systemen:
-`pathchk -p {{pad1 pad2 …}}`
+`pathchk -p {{pad1 pad2 ...}}`
- Controleer padnamen op geldigheid in alle POSIX-conforme systemen:
-`pathchk --portability {{pad1 pad2 …}}`
+`pathchk {{[-p -P|--portability]}} {{pad1 pad2 ...}}`
- Controleer alleen op lege padnamen of leidende streepjes (-):
-`pathchk -P {{pad1 pad2 …}}`
+`pathchk -P {{pad1 pad2 ...}}`
diff --git a/pages.pl/common/pathchk.md b/pages.pl/common/pathchk.md
index f03d450a67..e0375eb2c5 100644
--- a/pages.pl/common/pathchk.md
+++ b/pages.pl/common/pathchk.md
@@ -5,16 +5,16 @@
- Sprawdź ścieżki pod kątem poprawności w obecnym systemie:
-`pathchk {{ścieżka1 ścieżka2 …}}`
+`pathchk {{ścieżka1 ścieżka2 ...}}`
- Sprawdź ścieżki pod kątem poprawności w szerszym zakresie systemów zgodnych z POSIX:
-`pathchk -p {{ścieżka1 ścieżka2 …}}`
+`pathchk -p {{ścieżka1 ścieżka2 ...}}`
- Sprawdź ścieżki pod kątem poprawności we wszystkich systemach zgodnych z POSIX:
-`pathchk --portability {{ścieżka1 ścieżka2 …}}`
+`pathchk {{[-p -P|--portability]}} {{ścieżka1 ścieżka2 ...}}`
- Sprawdź tylko pod kątem pustych ścieżek lub wiodących myślników (-):
-`pathchk -P {{ścieżka1 ścieżka2 …}}`
+`pathchk -P {{ścieżka1 ścieżka2 ...}}`
diff --git a/pages.ta/linux/tshark.md b/pages.ta/linux/tshark.md
index 6fe87a4ec3..f4aa920ac4 100644
--- a/pages.ta/linux/tshark.md
+++ b/pages.ta/linux/tshark.md
@@ -21,7 +21,7 @@
- கைப்பற்றப்பட்ட வெளியீட்டின் வடிவமைப்பைக் குறிப்பிடவும்:
-`tshark -T {{json|text|ps|…}}`
+`tshark -T {{json|text|ps|...}}`
- வெளியீட்டிற்கு குறிப்பிட்ட புலங்களைத் தேர்ந்தெடுக்கவும்:
diff --git a/pages/common/git.md b/pages/common/git.md
index 2dd3e8a99d..5e9d0379d8 100644
--- a/pages/common/git.md
+++ b/pages/common/git.md
@@ -2,7 +2,7 @@
> Distributed version control system.
> Some subcommands such as `commit`, `add`, `branch`, `checkout`, `push`, etc. have their own usage documentation.
-> More information: .
+> More information: .
- Execute a Git subcommand:
diff --git a/pages/common/hledger-accounts.md b/pages/common/hledger-accounts.md
index d86ffc8293..91ab998846 100644
--- a/pages/common/hledger-accounts.md
+++ b/pages/common/hledger-accounts.md
@@ -29,8 +29,4 @@
- Show the first two levels of the accounts hierarchy:
-`hledger {{[acc|accounts]}} {{[-t|--tree]}} --depth 2`
-
-- Short form of the above:
-
-`hledger acc -t -2`
+`hledger {{[acc|accounts]}} {{[-t|--tree]}} {{[-2|--depth 2]}}`
diff --git a/pages/common/hledger-balance.md b/pages/common/hledger-balance.md
index 56be809eb8..16f42b2f25 100644
--- a/pages/common/hledger-balance.md
+++ b/pages/common/hledger-balance.md
@@ -10,28 +10,28 @@
- Show the balance change in accounts named `*expenses*`, as a tree, summarising the top two levels only:
-`hledger {{[bal|balance]}} {{expenses}} {{[-t|--tree]}} --depth {{2}}`
+`hledger {{[bal|balance]}} {{expenses}} {{[-t|--tree]}} {{[-2|--depth 2]}}`
- Show expenses each month, and their totals and averages, sorted by total; and their monthly budget goals:
`hledger {{[bal|balance]}} {{expenses}} {{[-M|--monthly]}} {{[-T|--row-total]}} {{[-A|--average]}} {{[-S|--sort-amount]}} --budget`
-- Similar to the above, shorter form, matching accounts by `Expense` type, as a two level tree without squashing boring accounts:
+- Similar to the above, matching accounts by `Expense` type, as a two level tree without squashing boring accounts:
-`hledger bal type:{{X}} -MTAS --budget -t -{{2}} --no-elide`
+`hledger {{[bal|balance]}} type:{{X}} {{[-MTAS|--monthly --row-total --average --sort-amount]}} --budget {{[-t|--tree]}} {{[-2|--depth 2]}} --no-elide`
- Show end balances (including from postings before the start date), quarterly in 2024, in accounts named `*assets*` or `*liabilities*`:
`hledger {{[bal|balance]}} {{[-H|--historical]}} {{[-p|--period]}} '{{quarterly in 2024}}' {{assets}} {{liabilities}}`
-- Similar to the above, shorter form; also show zero balances, sort by total and summarise to three levels:
+- Similar to the above, also show zero balances, sort by total and summarise to three levels:
-`hledger bal -HQ date:{{2024}} type:{{AL}} -ES -{{3}}`
+`hledger {{[bal|balance]}} {{[-HQ|--historical --quarterly]}} date:{{2024}} type:{{AL}} {{[-ES|--empty --sort-amount]}} {{[-3|--depth 3]}}`
-- Show investment assets' market value in base currency at the end of each quarter:
+- Show investment assets' market [V]alue in base currency at the end of each quarter:
-`hledger bal -HVQ {{assets:investments}}`
+`hledger {{[bal|balance]}} {{[-HVQ|--historical --market --quarterly]}} {{assets:investments}}`
- Show unrealised capital gains/losses from market price changes in each quarter, for non-cryptocurrency investment assets:
-`hledger bal --gain -Q {{assets:investments}} not:{{cryptocurrency}}`
+`hledger {{[bal|balance]}} --gain {{[-Q|--quarterly]}} {{assets:investments}} not:{{cryptocurrency}}`
diff --git a/pages/common/hledger-balancesheet.md b/pages/common/hledger-balancesheet.md
index e5c1dfdb33..5153e961d2 100644
--- a/pages/common/hledger-balancesheet.md
+++ b/pages/common/hledger-balancesheet.md
@@ -28,6 +28,6 @@
`hledger {{[bs|balancesheet]}} {{[-Qt|--quarterly --tree]}} {{[-2|--depth 2]}}`
-- Short form of the above, and generate HTML output in `bs.html`:
+- Same as above above, and generate HTML output in `bs.html`:
-`hledger bs -Qt -2 -o bs.html`
+`hledger {{[bs|balancesheet]}} {{[-Qt|--quarterly --tree]}} {{[-2|--depth 2]}} {{[-o|--output-file]}} bs.html`
diff --git a/pages/common/hledger-incomestatement.md b/pages/common/hledger-incomestatement.md
index 1ea54c0bbc..d82541762e 100644
--- a/pages/common/hledger-incomestatement.md
+++ b/pages/common/hledger-incomestatement.md
@@ -16,6 +16,6 @@
`hledger {{[is|incomestatement]}} {{[-MTAS|--monthly --row-total --average --sort-amount]}} {{[-2|--depth 2]}}`
-- Short form of the above, and generate HTML output in `is.html`:
+- Same as above, and generate HTML output in `is.html`:
-`hledger is -MTAS -2 -o is.html`
+`hledger {{[is|incomestatement]}} {{[-MTAS|--monthly --row-total --average --sort-amount]}} {{[-2|--depth 2]}} {{[-o|--output-file]}} is.html`
diff --git a/pages/common/hledger-ui.md b/pages/common/hledger-ui.md
index 673fe4ad89..017b162493 100644
--- a/pages/common/hledger-ui.md
+++ b/pages/common/hledger-ui.md
@@ -13,7 +13,7 @@
- Start in the balance sheet accounts screen, showing hierarchy down to level 3:
-`hledger-ui --bs {{[-t|--tree]}} --depth 3`
+`hledger-ui --bs {{[-t|--tree]}} {{[-3|--depth 3]}}`
- Start in this account's screen, showing cleared transactions, and reload on change:
diff --git a/pages/common/hledger.md b/pages/common/hledger.md
index 09d7544aa9..fa8311e172 100644
--- a/pages/common/hledger.md
+++ b/pages/common/hledger.md
@@ -26,7 +26,7 @@
- Show monthly incomes/expenses/totals, largest first, summarised to 2 levels:
-`hledger {{[is|incomestatement]}} {{[-M|--monthly]}} {{[-T|--row-total]}} {{[-A|--average]}} --sort --depth 2`
+`hledger {{[is|incomestatement]}} {{[-M|--monthly]}} {{[-T|--row-total]}} {{[-A|--average]}} --sort {{[-2|--depth 2]}}`
- Show the `assets:bank:checking` account's transactions and running balance:
diff --git a/pages/common/initdb.md b/pages/common/initdb.md
index d95ad1e9bc..fc9886286d 100644
--- a/pages/common/initdb.md
+++ b/pages/common/initdb.md
@@ -5,4 +5,4 @@
- Create a database at `/usr/local/var/postgres`:
-`initdb -D /usr/local/var/postgres`
+`initdb {{[-D|--pgdata]}} /usr/local/var/postgres`
diff --git a/pages/common/jdupes.md b/pages/common/jdupes.md
index 5fad076e4b..3109cb7b60 100644
--- a/pages/common/jdupes.md
+++ b/pages/common/jdupes.md
@@ -1,6 +1,6 @@
# jdupes
-> A powerful duplicate file finder and an enhanced fork of fdupes.
+> A powerful duplicate file finder and an enhanced fork of `fdupes`.
> More information: .
- Search a single directory:
@@ -13,16 +13,16 @@
- Search all directories recursively:
-`jdupes --recurse {{path/to/directory}}`
+`jdupes {{[-r|--recurse]}} {{path/to/directory}}`
- Search directory recursively and let user choose files to preserve:
-`jdupes --delete --recurse {{path/to/directory}}`
+`jdupes {{[-d|--delete]}} {{[-r|--recurse]}} {{path/to/directory}}`
- Search multiple directories and follow subdirectores under directory2, not directory1:
-`jdupes {{directory1}} --recurse: {{directory2}}`
+`jdupes {{directory1}} {{[-R|--recurse:]}} {{directory2}}`
- Search multiple directories and keep the directory order in result:
-`jdupes -O {{directory1 directory2 directory3 ...}}`
+`jdupes {{[-O|--param-order]}} {{directory1 directory2 directory3 ...}}`
diff --git a/pages/common/limactl.md b/pages/common/limactl.md
index d3f8b3d6c2..0b048af475 100644
--- a/pages/common/limactl.md
+++ b/pages/common/limactl.md
@@ -10,7 +10,7 @@
- Create a VM using the default settings and optionally provide a name and/or a template (see `limactl create --list-templates` for available templates):
-`limactl create --name {{vm_name}} template://{{debian|fedora|ubuntu|…}}`
+`limactl create --name {{vm_name}} template://{{debian|fedora|ubuntu|...}}`
- Start a VM (this might install some dependencies in it and take a few minutes):
diff --git a/pages/common/nxc.md b/pages/common/nxc.md
index ff25eb0400..6e6d4c6d09 100644
--- a/pages/common/nxc.md
+++ b/pages/common/nxc.md
@@ -4,18 +4,18 @@
> Some subcommands such as `smb` have their own usage documentation.
> More information: .
-- [L]ist available modules for the specified protocol:
+- List available modules for the specified protocol:
-`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} -L`
+`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-L|--list-modules]}}`
- List the options available for the specified module:
-`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} -M {{module_name}} --options`
+`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-M|--module]}} {{module_name}} --options`
-- Specify an option for a module:
+- Specify an [o]ption for a module:
-`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} -M {{module_name}} -o {{OPTION_NAME}}={{option_value}}`
+`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-M|--module]}} {{module_name}} -o {{OPTION_NAME}}={{option_value}}`
- View the options available for the specified protocol:
-`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} --help`
+`nxc {{smb|ssh|ldap|ftp|wmi|winrm|rdp|vnc|mssql}} {{[-h|--help]}}`
diff --git a/pages/common/pathchk.md b/pages/common/pathchk.md
index 337364408b..d045af59bd 100644
--- a/pages/common/pathchk.md
+++ b/pages/common/pathchk.md
@@ -5,16 +5,16 @@
- Check pathnames for validity in the current system:
-`pathchk {{path1 path2 …}}`
+`pathchk {{path1 path2 ...}}`
- Check pathnames for validity on a wider range of POSIX compliant systems:
-`pathchk -p {{path1 path2 …}}`
+`pathchk -p {{path1 path2 ...}}`
- Check pathnames for validity on all POSIX compliant systems:
-`pathchk {{[-p -P|--portability]}} {{path1 path2 …}}`
+`pathchk {{[-p -P|--portability]}} {{path1 path2 ...}}`
- Only check for empty pathnames or leading dashes (-):
-`pathchk -P {{path1 path2 …}}`
+`pathchk -P {{path1 path2 ...}}`
diff --git a/pages/common/samtools.md b/pages/common/samtools.md
index 9796d00e24..0d44871b1d 100644
--- a/pages/common/samtools.md
+++ b/pages/common/samtools.md
@@ -2,7 +2,7 @@
> Tools for handling high-throughput sequencing (genomics) data.
> Used for reading/writing/editing/indexing/viewing of data in SAM/BAM/CRAM format.
-> More information: .
+> More information: .
- Convert a SAM input file to BAM stream and save to file:
diff --git a/pages/common/zfgrep.md b/pages/common/zfgrep.md
index ca6299cc78..269207a3a8 100644
--- a/pages/common/zfgrep.md
+++ b/pages/common/zfgrep.md
@@ -1,7 +1,7 @@
# zfgrep
> Matches fixed strings in possibly compressed files.
-> Equivalent to `grep -F` with input decompressed first if necessary.
+> Equivalent to `grep --fixed-strings` with input decompressed first if necessary.
> More information: .
- Search for an exact string in a file:
@@ -10,16 +10,16 @@
- Count the number of lines that match the given string in a file:
-`zfgrep --count {{search_string}} {{path/to/file}}`
+`zfgrep {{[-c|--count]}} {{search_string}} {{path/to/file}}`
- Show the line number in the file along with the matching lines:
-`zfgrep --line-number {{search_string}} {{path/to/file}}`
+`zfgrep {{[-n|--line-number]}} {{search_string}} {{path/to/file}}`
- Display all lines except those that contain the search string:
-`zfgrep --invert-match {{search_string}} {{path/to/file}}`
+`zfgrep {{[-v|--invert-match]}} {{search_string}} {{path/to/file}}`
- List only filenames whose content matches the search string at least once:
-`zfgrep --files-with-matches {{search_string}} {{path/to/file1 path/to/file2 ...}}`
+`zfgrep {{[-l|--files-with-matches]}} {{search_string}} {{path/to/file1 path/to/file2 ...}}`
diff --git a/pages/common/zgrep.md b/pages/common/zgrep.md
index 7eae873a23..e2e44a0238 100644
--- a/pages/common/zgrep.md
+++ b/pages/common/zgrep.md
@@ -29,4 +29,4 @@
- Print 3 lines of [C]ontext around, [B]efore, or [A]fter each match:
-`zgrep --{{context|before-context|after-context}} {{3}} {{pattern}} {{path/to/compressed/file}}`
+`zgrep --{{context|before-context|after-context}} 3 {{pattern}} {{path/to/compressed/file}}`
diff --git a/pages/linux/abrt-cli.md b/pages/linux/abrt-cli.md
index 129b11fc44..e3863d4b71 100644
--- a/pages/linux/abrt-cli.md
+++ b/pages/linux/abrt-cli.md
@@ -26,4 +26,4 @@
- Generate a report for debugging manually:
-`abrt-cli report --analyze {{problem_id}}`
+`abrt-cli report {{[-a|--analyze]}} {{problem_id}}`
diff --git a/pages/linux/btrfs-scrub.md b/pages/linux/btrfs-scrub.md
index c75882f82c..8e8d1ab376 100644
--- a/pages/linux/btrfs-scrub.md
+++ b/pages/linux/btrfs-scrub.md
@@ -20,7 +20,7 @@
`sudo btrfs scrub resume {{path/to/btrfs_mount}}`
-- Start a scrub, but wait until the scrub finishes before exiting:
+- Start a scrub, but do not put the program in the [B]ackground:
`sudo btrfs scrub start -B {{path/to/btrfs_mount}}`
diff --git a/pages/linux/collectd.md b/pages/linux/collectd.md
index 9e8c779a83..1550503ac2 100644
--- a/pages/linux/collectd.md
+++ b/pages/linux/collectd.md
@@ -1,7 +1,7 @@
# collectd
> System statistics collection daemon.
-> More information: .
+> More information: .
- Test the configuration file and then exit:
diff --git a/pages/linux/extundelete.md b/pages/linux/extundelete.md
index a0bd0295ca..95a574ab18 100644
--- a/pages/linux/extundelete.md
+++ b/pages/linux/extundelete.md
@@ -2,7 +2,7 @@
> Recover deleted files from ext3 or ext4 partitions by parsing the journal.
> See also `date` for Unix time information and `umount` for unmounting partitions.
-> More information: .
+> More information: .
- Restore all deleted files inside partition N on device X:
diff --git a/pages/linux/fpsync.md b/pages/linux/fpsync.md
index 32fc11c030..984a90cb67 100644
--- a/pages/linux/fpsync.md
+++ b/pages/linux/fpsync.md
@@ -1,7 +1,7 @@
# fpsync
> Execute several synchronization processes locally or on several remote workers through SSH.
-> More information: .
+> More information: .
- Recursively synchronize a directory to another location:
diff --git a/pages/linux/lftp.md b/pages/linux/lftp.md
index b8e349d82e..09c1d621b5 100644
--- a/pages/linux/lftp.md
+++ b/pages/linux/lftp.md
@@ -5,7 +5,7 @@
- Connect to an FTP server:
-`lftp --user {{username}} {{ftp.example.com}}`
+`lftp {{[-u|--user]}} {{username}} {{ftp.example.com}}`
- Download multiple files (glob expression):
@@ -29,4 +29,4 @@
- Upload or update an entire directory:
-`mirror -R {{path/to/local_dir}} {{path/to/remote_output_dir}}`
+`mirror {{[-R|--reverse]}} {{path/to/local_dir}} {{path/to/remote_output_dir}}`
diff --git a/pages/linux/lvm.md b/pages/linux/lvm.md
index abb58691a3..f48c7dbfae 100644
--- a/pages/linux/lvm.md
+++ b/pages/linux/lvm.md
@@ -25,7 +25,7 @@
- Create a logical volume with size 10G from volume group vg1:
-`sudo lvm lvcreate -L {{10G}} {{vg1}}`
+`sudo lvm lvcreate {{[-L|--size]}} {{10G}} {{vg1}}`
- Display information about logical volumes:
diff --git a/pages/linux/mkfs.erofs.md b/pages/linux/mkfs.erofs.md
index a26a08806a..9b6400226f 100644
--- a/pages/linux/mkfs.erofs.md
+++ b/pages/linux/mkfs.erofs.md
@@ -1,7 +1,7 @@
# mkfs.erofs
> Create an EROFS filesystem in an image.
-> More information: .
+> More information: .
- Create an EROFS filesystem based on the root directory:
diff --git a/pages/linux/modinfo.md b/pages/linux/modinfo.md
index 38016f112f..8d4f7e0677 100644
--- a/pages/linux/modinfo.md
+++ b/pages/linux/modinfo.md
@@ -10,4 +10,4 @@
- List the specified attribute only:
-`modinfo -F {{author|description|license|parm|filename}} {{kernel_module}}`
+`modinfo {{[-F|--field]}} {{author|description|license|parm|filename}} {{kernel_module}}`
diff --git a/pages/linux/restorecon.md b/pages/linux/restorecon.md
index 466ca08b2e..a1d08d8533 100644
--- a/pages/linux/restorecon.md
+++ b/pages/linux/restorecon.md
@@ -6,7 +6,7 @@
- View the current security context of a file or directory:
-`ls -dlZ {{path/to/file_or_directory}}`
+`ls {{[-dlZ|--directory -l --context]}} {{path/to/file_or_directory}}`
- Restore the security context of a file or directory:
diff --git a/pages/linux/st.md b/pages/linux/st.md
index 8ac0745fcc..54a7801024 100644
--- a/pages/linux/st.md
+++ b/pages/linux/st.md
@@ -1,7 +1,7 @@
# st
> A simple terminal emulator for the X Window System.
-> More information: .
+> More information: .
- Open a terminal:
diff --git a/pages/linux/sxiv.md b/pages/linux/sxiv.md
index 785d5b94a0..b04affb6c8 100644
--- a/pages/linux/sxiv.md
+++ b/pages/linux/sxiv.md
@@ -1,7 +1,7 @@
# sxiv
> Simple X Image Viewer.
-> More information: .
+> More information: .
- Open an image:
diff --git a/pages/linux/systemd-cgtop.md b/pages/linux/systemd-cgtop.md
index 62b844e297..afae6a4d50 100644
--- a/pages/linux/systemd-cgtop.md
+++ b/pages/linux/systemd-cgtop.md
@@ -18,7 +18,7 @@
- Change the update interval in seconds (or one of these time units: `ms`, `us`, `min`):
-`systemd-cgtop --delay={{interval}}`
+`systemd-cgtop {{[-d|--delay]}} {{interval}}`
- Only count userspace processes (without kernel threads):
diff --git a/pages/linux/systool.md b/pages/linux/systool.md
index 824f6fcdd2..6befb69ba6 100644
--- a/pages/linux/systool.md
+++ b/pages/linux/systool.md
@@ -2,7 +2,7 @@
> View system device information by bus, and classes.
> This command is part of the `sysfs` package.
-> More information: .
+> More information: .
- List all attributes of devices of a bus (eg. `pci`, `usb`). View all buses using `ls /sys/bus`:
diff --git a/pages/linux/trizen.md b/pages/linux/trizen.md
index 115cf5d744..3c70608cab 100644
--- a/pages/linux/trizen.md
+++ b/pages/linux/trizen.md
@@ -1,7 +1,7 @@
# trizen
> Arch Linux utility for building packages from the Arch User Repository (AUR).
-> More information: .
+> More information: .
- Synchronize and update all AUR packages:
diff --git a/pages/linux/tshark.md b/pages/linux/tshark.md
index 7c8ebee477..6d73f1d0f0 100644
--- a/pages/linux/tshark.md
+++ b/pages/linux/tshark.md
@@ -21,7 +21,7 @@
- Specify the format of captured output:
-`tshark -T {{json|text|ps|…}}`
+`tshark -T {{json|text|ps|...}}`
- Select specific fields to output:
diff --git a/pages/linux/wami.md b/pages/linux/wami.md
index dcabe473dc..0049331e72 100644
--- a/pages/linux/wami.md
+++ b/pages/linux/wami.md
@@ -3,18 +3,18 @@
> An open-source and easy-to-use tool that recommends suitable programs for tasks.
> More information: .
-- Find expanded results in all categories from the lake and [S]ort them in the specified order:
+- Find expanded results in all categories from the lake and sort them in the specified order:
-`wami --show-all -S {{asc|desc}} --search-all {{search_string}}`
+`wami {{[-a|--show-all]}} {{[-S|--sort]}} {{asc|desc}} {{[-s|--search-all]}} {{search_string}}`
-- Search GitHub to find expanded results, [S]orted in descending order:
+- Search GitHub to find expanded results, sorted in descending order:
-`wami --show-all -S desc --github {{search_string}}`
+`wami {{[-a|--show-all]}} {{[-S|--sort]}} desc --github {{search_string}}`
- Search GitHub for topics that match the search string:
`wami --list-topics {{search_string}}`
-- Search the lake for a tool used in pentests to query for default credentials and [S]ort the results in descending order:
+- Search the lake for a tool used in pentests to query for default credentials and sort the results in descending order:
-`wami -S desc --search-all pentest credential default`
+`wami {{[-S|--sort]}} desc {{[-s|--search-all]}} pentest credential default`
diff --git a/pages/linux/wtype.md b/pages/linux/wtype.md
index 26ed17488d..5c3d57c3c9 100644
--- a/pages/linux/wtype.md
+++ b/pages/linux/wtype.md
@@ -2,7 +2,7 @@
> Simulate keyboard input on Wayland, similar to `xdotool type` for X11.
> See also: `ydotool`.
-> More information: .
+> More information: .
- Simulate typing text:
diff --git a/pages/linux/xxhsum.md b/pages/linux/xxhsum.md
index 1363391fbe..30aceb9fe8 100644
--- a/pages/linux/xxhsum.md
+++ b/pages/linux/xxhsum.md
@@ -1,7 +1,7 @@
# xxhsum
> Print or verify checksums using fast non-cryptographic algorithm xxHash.
-> More information: .
+> More information: .
- Calculate the checksum for a file using a specific algorithm: