pages*: fix small typos (#11850)

* pages*: fix small typos

* pages/*: make help and version commands consistent

* pages/*: follow "path/to/file" pattern

* nop: generic display help wording
pull/23/head
Vitor Henrique 2023-12-27 03:41:30 -03:00 committed by GitHub
parent 4e280a9efe
commit 61405c6e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
67 changed files with 93 additions and 93 deletions

View File

@ -5,7 +5,7 @@
- Lista aplicaciones:
`argocd app list --output {{json|yaml|wide}} `
`argocd app list --output {{json|yaml|wide}}`
- Obtiene detalles de la aplicación:

View File

@ -25,4 +25,4 @@
- Crea un archivo con un tamaño de bloque de 8 MB:
`yaa archive -b {{8m}}} -d {{ruta/al/directorio}} -o {{ruta/al/archivo_de_salida.yaa}}`
`yaa archive -b {{8m}} -d {{ruta/al/directorio}} -o {{ruta/al/archivo_de_salida.yaa}}`

View File

@ -17,4 +17,4 @@
- Fournir un nom d'utilisateur et un mot de passe pour l'authentification :
`choco outdated --user {{nom_d_utilisateur}} --password {{mot_de_passe}}}`
`choco outdated --user {{nom_d_utilisateur}} --password {{mot_de_passe}}`

View File

@ -6,4 +6,4 @@
- एक्सेस प्वाइंट के MAC पते, क्लाइंट के MAC पते और एक इंटरफ़ेस को देखते हुए एक विशिष्ट संख्या में असंबद्ध पैकेट भेजें:
` sudo aireplay-ng --deauth {{count}} --bssid {{ap_mac}} --dmac {{client_mac}} {{interface}} `
`sudo aireplay-ng --deauth {{count}} --bssid {{ap_mac}} --dmac {{client_mac}} {{interface}}`

View File

@ -13,7 +13,7 @@
- Esegui il login al director:
`bosh login -e {{ambiente}} `
`bosh login -e {{ambiente}}`
- Elenca deployment (distribuzioni):

View File

@ -10,7 +10,7 @@
- Navigare sinistra/sopra/sotto/destra:
`<H|J|K|L> or arrow keys`
`<H|J|K|L> OR arrow keys`
- Ruotare:

View File

@ -5,7 +5,7 @@
- 애플리케이션 목록 보여주기:
`argocd app list --output {{json|yaml|wide}} `
`argocd app list --output {{json|yaml|wide}}`
- 애플리케이션 세부사항 가져오기:

View File

@ -6,7 +6,7 @@
- chisel 서버 실행:
`chisel `
`chisel`
- 특정 포트를 수신하는 chisel 서버 실행:

View File

@ -33,4 +33,4 @@
- Podanie nazwy użytkownika i hasła do uwierzytelnienia:
`choco install {{pakiet}} --user {{nazwa_użytkownika}}} --password {{hasło}}`
`choco install {{pakiet}} --user {{nazwa_użytkownika}} --password {{hasło}}`

View File

@ -5,7 +5,7 @@
- Odinstalowanie jednego lub więcej pakietów (oddzielonych spacją):
`choco uninstall {{{pakiet(pakietów)}}`
`choco uninstall {{pakiet(pakietów)}}`
- Odinstalowanie konkretnej wersji pakietu:

View File

@ -13,7 +13,7 @@
- Executa um comando como outro usuário e/ou grupo:
`sudo --user={{usuário}} --group={{grupo}} {{id -a}}}`
`sudo --user={{usuário}} --group={{grupo}} {{id -a}}`
- Executa um comando anterior com o prefixo `sudo` (apenas em `bash`, `zsh`, etc.):

View File

@ -13,12 +13,12 @@
- Son alt ağaca kadar olan değişiklikleri alt ağaca commit'le:
`git subtree merge --prefix={{dizin/konumu}}} --squash {{depo_url'si}} {{dal_ismi}}`
`git subtree merge --prefix={{dizin/konumu}} --squash {{depo_url'si}} {{dal_ismi}}`
- Commit'leri bir alt ağaç deposuna yolla:
`git subtree push --prefix={{dizin/konumu}}} {{depo_url'si}} {{dal_ismi}}`
`git subtree push --prefix={{dizin/konumu}} {{depo_url'si}} {{dal_ismi}}`
- Bir alt ağacın geçmişinden yeni bir proje geçmişi dışa aktar:
`git subtree split --prefix={{dizin/konumu}}} {{depo_url'si}} -b {{dal_ismi}}`
`git subtree split --prefix={{dizin/konumu}} {{depo_url'si}} -b {{dal_ismi}}`

View File

@ -13,7 +13,7 @@
- Створити приватний gist з описом:
`gist --private --description "{{Змістовний опис}}" {{ім'я_файлу.txt}} `
`gist --private --description "{{Змістовний опис}}" {{ім'я_файлу.txt}}`
- Прочитати контент з `stdin` і створити gist з цього:

View File

@ -5,15 +5,15 @@
- 與資料庫連線:
`mysql {{資料庫名稱}}}`
`mysql {{資料庫名稱}}`
- 與資料庫連線,系統將提示使用者輸入密碼:
`mysql -u {{使用者名稱}} --password {{資料庫名稱}}}`
`mysql -u {{使用者名稱}} --password {{資料庫名稱}}`
- 連線到另一台主機上的資料庫:
`mysql -h {{資料庫主機}} {{資料庫名稱}}}`
`mysql -h {{資料庫主機}} {{資料庫名稱}}`
- 透過 Unix 通訊端連接到資料庫:
@ -21,7 +21,7 @@
- 執行腳本檔案(批次檔)中的 `SQL` 語句:
`mysql -e "source {{sql 檔案}}" {{資料庫名稱}}}`
`mysql -e "source {{sql 檔案}}" {{資料庫名稱}}`
- 用 `mysqldump` 建立的備份還原資料庫(系統將提示使用者輸入密碼):

View File

@ -12,7 +12,7 @@
`bugreportz -p`
- Show the version of `bugreportz`:
- Display version:
`bugreportz -v`

View File

@ -12,7 +12,7 @@
`amass -help`
- Show help on an Amass subcommand (like `intel`, `enum`, etc.):
- Display help on an Amass subcommand (like `intel`, `enum`, etc.):
`amass -help {{subcommand}}`

View File

@ -5,7 +5,7 @@
- List applications:
`argocd app list --output {{json|yaml|wide}} `
`argocd app list --output {{json|yaml|wide}}`
- Get application details:

View File

@ -20,6 +20,6 @@
`aws codeartifact help`
- Show help for specific EC2 subcommand:
- Display help for specific EC2 subcommand:
`aws ec2 {{subcommand}} help`

View File

@ -32,6 +32,6 @@
`aws ec2 help`
- Show help for specific EC2 subcommand:
- Display help for specific EC2 subcommand:
`aws ec2 {{subcommand}} help`

View File

@ -15,6 +15,6 @@
`aws-google-auth -u {{example@example.com}} -I {{$GOOGLE_IDP_ID}} -S {{$GOOGLE_SP_ID}} -d {{3600}} -a --resolve-aliases`
- Show help information:
- Display help:
`aws-google-auth -h`

View File

@ -4,7 +4,7 @@
> Create and manage relational databases.
> More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/index.html>.
- Show help for specific RDS subcommand:
- Display help for specific RDS subcommand:
`aws rds {{subcommand}} help`

View File

@ -32,6 +32,6 @@
`aws ses send-email --from {{from_address}} --destination "ToAddresses={{addresses}}" --message "Subject={Data={{subject_text}},Charset=utf8},Body={Text={Data={{body_text}},Charset=utf8},Html={Data={{message_body_containing_html}},Charset=utf8}}"`
- Show help for a specific SES subcommand:
- Display help for a specific SES subcommand:
`aws ses {{subcommand}} help`

View File

@ -13,7 +13,7 @@
- Log in to the director:
`bosh login -e {{environment}} `
`bosh login -e {{environment}}`
- List deployments:

View File

@ -12,7 +12,7 @@
`bpytop -m`
- Show version:
- Display version:
`bpytop -v`

View File

@ -8,10 +8,10 @@
`consul --version`
- Show general help:
- Display help:
`consul --help`
- Show help for a sub-command:
- Display help for a sub-command:
`consul {{sub-command}} --help`

View File

@ -25,8 +25,8 @@
- Copy a file's contents into the clipboard:
`copyq copy < {{file.txt}}`
`copyq copy < {{path/to/file.txt}}`
- Copy a JPEG image into the clipboard:
`copyq copy image/jpeg < {{image.jpg}}`
`copyq copy image/jpeg < {{path/to/image.jpg}}`

View File

@ -3,7 +3,7 @@
> Return low-level information on Docker objects.
> More information: <https://docs.docker.com/engine/reference/commandline/inspect/>.
- Show help:
- Display help:
`docker inspect`

View File

@ -3,7 +3,7 @@
> Remove one or more Docker images.
> More information: <https://docs.docker.com/engine/reference/commandline/rmi/>.
- Show help:
- Display help:
`docker rmi`

View File

@ -3,7 +3,7 @@
> Start one or more stopped containers.
> More information: <https://docs.docker.com/engine/reference/commandline/start/>.
- Show help:
- Display help:
`docker start`

View File

@ -3,7 +3,7 @@
> Manage Docker data and display system-wide information.
> More information: <https://docs.docker.com/engine/reference/commandline/system/>.
- Show help:
- Display help:
`docker system`

View File

@ -17,11 +17,11 @@
- Flash a given image:
`fastboot flash {{file.img}}`
`fastboot flash {{path/to/file.img}}`
- Flash a custom recovery image:
`fastboot flash recovery {{file.img}}`
`fastboot flash recovery {{path/to/file.img}}`
- Display connected devices:

View File

@ -12,7 +12,7 @@
`fossil help`
- Show help on a Fossil subcommand (like `add`, `commit`, etc.):
- Display help on a Fossil subcommand (like `add`, `commit`, etc.):
`fossil help {{subcommand}}`

View File

@ -31,6 +31,6 @@
`gcloud components update`
- Show help for a given command:
- Display help for a given command:
`gcloud help {{command}}`

View File

@ -10,15 +10,15 @@
- Compile a single file:
`ghc {{file.hs}}`
`ghc {{path/to/file.hs}}`
- Compile using extra optimization:
`ghc -O {{file.hs}}`
`ghc -O {{path/to/file.hs}}`
- Stop compilation after generating object files (.o):
`ghc -c {{file.hs}}`
`ghc -c {{path/to/file.hs}}`
- Start a REPL (interactive shell):

View File

@ -13,7 +13,7 @@
- Create a private gist with a description:
`gist --private --description "{{A meaningful description}}" {{file.txt}} `
`gist --private --description "{{A meaningful description}}" {{file.txt}}`
- Read contents from `stdin` and create a gist from it:

View File

@ -21,7 +21,7 @@
- Show the changes as a patch between the stash (default is stash@{0}) and the commit back when stash entry was first created:
`git stash show -p {{stash@{0}}}`
`git stash show -p {{stash@{0}}`
- Apply a stash (default is the latest, named stash@{0}):

View File

@ -12,7 +12,7 @@
`git --help`
- Show help on a Git subcommand (like `clone`, `add`, `push`, `log`, etc.):
- Display help on a Git subcommand (like `clone`, `add`, `push`, `log`, etc.):
`git help {{subcommand}}`

View File

@ -11,7 +11,7 @@
`gpg-tui --style {{colored}} --armor`
- Show help in `gpg-tui`:
- Display help in `gpg-tui`:
`?`

View File

@ -5,7 +5,7 @@
- Generate a simple regular expression:
` grex {{space_separated_strings}}`
`grex {{space_separated_strings}}`
- Generate a case-insensitive regular expression:

View File

@ -7,6 +7,6 @@
`hakyll-init {{path/to/directory}}`
- Show help for `hakyll-init`:
- Display help:
`hakyll-init --help`

View File

@ -7,7 +7,7 @@
`hcloud`
- Show help for `hcloud`:
- Display help:
`hcloud -h`

View File

@ -5,7 +5,7 @@
- List the last 10 issues with the `bug` label:
`hub issue list --limit {{10}} --labels "{{bug}}" `
`hub issue list --limit {{10}} --labels "{{bug}}"`
- Display a specific issue:

View File

@ -25,4 +25,4 @@
- Run a benchmark where a single parameter changes for each run:
`hyperfine --prepare '{{make clean}}' --parameter-scan {{num_threads}} {{1}} {{10}} '{{make -j {num_threads}}}'`
`hyperfine --prepare '{{make clean}}' --parameter-scan {{num_threads}} {{1}} {{10}} '{{make -j {num_threads}}'`

View File

@ -6,28 +6,28 @@
- Open an SVG file in the Inkscape GUI:
`inkscape {{filename.svg}}`
`inkscape {{path/to/filename.svg}}`
- Export an SVG file into a bitmap with the default format (PNG) and the default resolution (96 DPI):
`inkscape {{filename.svg}} -o {{filename.png}}`
`inkscape {{path/to/filename.svg}} -o {{path/to/filename.png}}`
- Export an SVG file into a bitmap of 600x400 pixels (aspect ratio distortion may occur):
`inkscape {{filename.svg}} -o {{filename.png}} -w {{600}} -h {{400}}`
`inkscape {{path/to/filename.svg}} -o {{path/to/filename.png}} -w {{600}} -h {{400}}`
- Export the drawing (bounding box of all objects) of an SVG file into a bitmap:
`inkscape {{filename.svg}} -o {{filename.png}} -D`
`inkscape {{path/to/filename.svg}} -o {{path/to/filename.png}} -D`
- Export a single object, given its ID, into a bitmap:
`inkscape {{filename.svg}} -i {{id}} -o {{object.png}}`
`inkscape {{path/to/filename.svg}} -i {{id}} -o {{object.png}}`
- Export an SVG document to PDF, converting all texts to paths:
`inkscape {{filename.svg}} -o {{filename.pdf}} --export-text-to-path`
`inkscape {{path/to/filename.svg}} -o {{path/to/filename.pdf}} --export-text-to-path`
- Duplicate the object with id="path123", rotate the duplicate 90 degrees, save the file, and quit Inkscape:
`inkscape {{filename.svg}} --select=path123 --verb="{{EditDuplicate;ObjectRotate90;FileSave;FileQuit}}"`
`inkscape {{path/to/filename.svg}} --select=path123 --verb="{{EditDuplicate;ObjectRotate90;FileSave;FileQuit}}"`

View File

@ -23,6 +23,6 @@
`install-tl -portable`
- Show help for `install-tl`:
- Display help:
`install-tl -help`

View File

@ -5,11 +5,11 @@
- Compile a `.java` file:
`javac {{file.java}}`
`javac {{path/to/file.java}}`
- Compile several `.java` files:
`javac {{file1.java}} {{file2.java}} {{file3.java}}`
`javac {{path/to/file1.java}} {{path/to/file2.java}} {{path/to/file3.java}}`
- Compile all `.java` files in current directory:
@ -17,4 +17,4 @@
- Compile a `.java` file and place the resulting class file in a specific directory:
`javac -d {{path/to/directory}} {{file.java}}`
`javac -d {{path/to/directory}} {{path/to/file.java}}`

View File

@ -31,6 +31,6 @@
`jest --watch`
- Show help:
- Display help:
`jest --help`

View File

@ -29,7 +29,7 @@
- Go back to the previously displayed page:
`Left arrow key or u`
`Left arrow key OR u`
- Exit:

View File

@ -25,4 +25,4 @@
- Seek backward or forward 10 seconds:
`<Left> or <Right>`
`<Left> OR <Right>`

View File

@ -19,6 +19,6 @@
`ninja -t targets`
- Show help:
- Display help:
`ninja -h`

View File

@ -12,6 +12,6 @@
`nop -p {{path/to/input1.gv}} {{path/to/input2.gv ...}}`
- Display help for `nop`:
- Display help:
`nop -?`

View File

@ -17,7 +17,7 @@
- Query for ANY available records using TCP protocol:
`nslookup -vc -type=ANY {{example.com}} `
`nslookup -vc -type=ANY {{example.com}}`
- Query a given name server for the whole zone file (zone transfer) of the domain using TCP protocol:

View File

@ -4,7 +4,7 @@
> Some subcommands such as `pio run` have their own usage documentation.
> More information: <https://docs.platformio.org/en/latest/core/userguide/>.
- Show help and list subcommands:
- Display help and list subcommands:
`pio --help`
@ -12,6 +12,6 @@
`pio --version`
- Show help for a specific subcommand:
- Display help for a specific subcommand:
`pio {{subcommand}} --help`

View File

@ -7,6 +7,6 @@
`pueue help`
- Show help for a specific subcommand:
- Display help for a specific subcommand:
`pueue help {{subcommand}}`

View File

@ -15,7 +15,7 @@
`radare2 -i {{path/to/script.r2}} {{path/to/binary}}`
- Show help text for any command in the interactive CLI:
- Display help text for any command in the interactive CLI:
`> {{radare2_command}}?`

View File

@ -10,7 +10,7 @@
- Enter a string into the current cell:
`< or >`
`< OR >`
- Enter a numeric constant into the current cell:

View File

@ -20,6 +20,6 @@
`shopt -p`
- Show help for the command:
- Display help for the command:
`help shopt`

View File

@ -31,6 +31,6 @@
`sqlite-utils drop-table {{path/to/database.db}} {{table_name}}`
- Show help information:
- Display help:
`sqlite-utils -h`

View File

@ -20,6 +20,6 @@
`transmission-create -o {{path/to/example.torrent}} --tracker {{tracker_url1}} --tracker {{tracker_url2}} {{path/to/file_or_directory}}`
- Show help page:
- Display help page:
`transmission-create --help`

View File

@ -16,6 +16,6 @@
`virsh help {{category_keyword}}`
- Show help for a command:
- Display help for a command:
`virsh help {{command}}`

View File

@ -9,7 +9,7 @@
- Open a given file:
`wordgrinder {{filename}}`
`wordgrinder {{path/to/file}}`
- Show the menu:

View File

@ -20,6 +20,6 @@
`aurvote --check {{package1 package2 ...}}`
- Show help for `aurvote`:
- Display help:
`aurvote --help`

View File

@ -9,7 +9,7 @@
- Quit:
`alt + q or ctrl + c`
`alt + q OR ctrl + c`
- Show actions menu:

View File

@ -6,24 +6,24 @@
- Compress a file with LZMA - slow compression, fast decompression:
`lrzip {{filename}}`
`lrzip {{path/to/file}}`
- Compress a file with BZIP2 - good middle ground for compression/speed:
`lrzip -b {{filename}}`
`lrzip -b {{path/to/file}}`
- Compress with ZPAQ - extreme compression, but very slow:
`lrzip -z {{filename}}`
`lrzip -z {{path/to/file}}`
- Compress with LZO - light compression, extremely fast decompression:
`lrzip -l {{filename}}`
`lrzip -l {{path/to/file}}`
- Compress a file and password protect/encrypt it:
`lrzip -e {{filename}}`
`lrzip -e {{path/to/file}}`
- Override the number of processor threads to use:
`lrzip -p {{8}} {{filename}}`
`lrzip -p {{8}} {{path/to/file}}`

View File

@ -19,6 +19,6 @@
`q`
- Show help during the game:
- Display help during the game:
`h`

View File

@ -17,4 +17,4 @@
- Show available toilet filters:
`toilet --filter list `
`toilet --filter list`

View File

@ -8,14 +8,14 @@
`toolbox {{subcommand}}`
- Show help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
- Display help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
`toolbox help {{subcommand}}`
- Show general help:
- Display help:
`toolbox --help`
- Show the `toolbox` version:
- Display version:
`toolbox --version`