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
This commit is contained in:
@@ -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}}`
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
- List applications:
|
||||
|
||||
`argocd app list --output {{json|yaml|wide}} `
|
||||
`argocd app list --output {{json|yaml|wide}}`
|
||||
|
||||
- Get application details:
|
||||
|
||||
|
@@ -20,6 +20,6 @@
|
||||
|
||||
`aws codeartifact help`
|
||||
|
||||
- Show help for specific EC2 subcommand:
|
||||
- Display help for specific EC2 subcommand:
|
||||
|
||||
`aws ec2 {{subcommand}} help`
|
||||
|
@@ -32,6 +32,6 @@
|
||||
|
||||
`aws ec2 help`
|
||||
|
||||
- Show help for specific EC2 subcommand:
|
||||
- Display help for specific EC2 subcommand:
|
||||
|
||||
`aws ec2 {{subcommand}} help`
|
||||
|
@@ -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`
|
||||
|
@@ -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`
|
||||
|
||||
|
@@ -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`
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
- Log in to the director:
|
||||
|
||||
`bosh login -e {{environment}} `
|
||||
`bosh login -e {{environment}}`
|
||||
|
||||
- List deployments:
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
|
||||
`bpytop -m`
|
||||
|
||||
- Show version:
|
||||
- Display version:
|
||||
|
||||
`bpytop -v`
|
||||
|
||||
|
@@ -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`
|
||||
|
@@ -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}}`
|
||||
|
@@ -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`
|
||||
|
||||
|
@@ -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`
|
||||
|
||||
|
@@ -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`
|
||||
|
||||
|
@@ -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`
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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}}`
|
||||
|
||||
|
@@ -31,6 +31,6 @@
|
||||
|
||||
`gcloud components update`
|
||||
|
||||
- Show help for a given command:
|
||||
- Display help for a given command:
|
||||
|
||||
`gcloud help {{command}}`
|
||||
|
@@ -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):
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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}):
|
||||
|
||||
|
@@ -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}}`
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
`gpg-tui --style {{colored}} --armor`
|
||||
|
||||
- Show help in `gpg-tui`:
|
||||
- Display help in `gpg-tui`:
|
||||
|
||||
`?`
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
- Generate a simple regular expression:
|
||||
|
||||
` grex {{space_separated_strings}}`
|
||||
`grex {{space_separated_strings}}`
|
||||
|
||||
- Generate a case-insensitive regular expression:
|
||||
|
||||
|
@@ -7,6 +7,6 @@
|
||||
|
||||
`hakyll-init {{path/to/directory}}`
|
||||
|
||||
- Show help for `hakyll-init`:
|
||||
- Display help:
|
||||
|
||||
`hakyll-init --help`
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
`hcloud`
|
||||
|
||||
- Show help for `hcloud`:
|
||||
- Display help:
|
||||
|
||||
`hcloud -h`
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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}}'`
|
||||
|
@@ -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}}"`
|
||||
|
@@ -23,6 +23,6 @@
|
||||
|
||||
`install-tl -portable`
|
||||
|
||||
- Show help for `install-tl`:
|
||||
- Display help:
|
||||
|
||||
`install-tl -help`
|
||||
|
@@ -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}}`
|
||||
|
@@ -31,6 +31,6 @@
|
||||
|
||||
`jest --watch`
|
||||
|
||||
- Show help:
|
||||
- Display help:
|
||||
|
||||
`jest --help`
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
- Go back to the previously displayed page:
|
||||
|
||||
`Left arrow key or u`
|
||||
`Left arrow key OR u`
|
||||
|
||||
- Exit:
|
||||
|
||||
|
@@ -25,4 +25,4 @@
|
||||
|
||||
- Seek backward or forward 10 seconds:
|
||||
|
||||
`<Left> or <Right>`
|
||||
`<Left> OR <Right>`
|
||||
|
@@ -19,6 +19,6 @@
|
||||
|
||||
`ninja -t targets`
|
||||
|
||||
- Show help:
|
||||
- Display help:
|
||||
|
||||
`ninja -h`
|
||||
|
@@ -12,6 +12,6 @@
|
||||
|
||||
`nop -p {{path/to/input1.gv}} {{path/to/input2.gv ...}}`
|
||||
|
||||
- Display help for `nop`:
|
||||
- Display help:
|
||||
|
||||
`nop -?`
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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`
|
||||
|
@@ -7,6 +7,6 @@
|
||||
|
||||
`pueue help`
|
||||
|
||||
- Show help for a specific subcommand:
|
||||
- Display help for a specific subcommand:
|
||||
|
||||
`pueue help {{subcommand}}`
|
||||
|
@@ -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}}?`
|
||||
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
- Enter a string into the current cell:
|
||||
|
||||
`< or >`
|
||||
`< OR >`
|
||||
|
||||
- Enter a numeric constant into the current cell:
|
||||
|
||||
|
@@ -20,6 +20,6 @@
|
||||
|
||||
`shopt -p`
|
||||
|
||||
- Show help for the command:
|
||||
- Display help for the command:
|
||||
|
||||
`help shopt`
|
||||
|
@@ -31,6 +31,6 @@
|
||||
|
||||
`sqlite-utils drop-table {{path/to/database.db}} {{table_name}}`
|
||||
|
||||
- Show help information:
|
||||
- Display help:
|
||||
|
||||
`sqlite-utils -h`
|
||||
|
@@ -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`
|
||||
|
@@ -16,6 +16,6 @@
|
||||
|
||||
`virsh help {{category_keyword}}`
|
||||
|
||||
- Show help for a command:
|
||||
- Display help for a command:
|
||||
|
||||
`virsh help {{command}}`
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
- Open a given file:
|
||||
|
||||
`wordgrinder {{filename}}`
|
||||
`wordgrinder {{path/to/file}}`
|
||||
|
||||
- Show the menu:
|
||||
|
||||
|
Reference in New Issue
Block a user