pages*: avoid "specify" when it is superfluous (#12119)

pull/23/head
Vitor Henrique 2024-01-24 04:22:18 -03:00 committed by GitHub
parent 094245269d
commit 4ed602d9fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
16 changed files with 19 additions and 19 deletions

View File

@ -8,6 +8,6 @@
`cargo login` `cargo login`
- Specify the name of the registry to use (registry names can be defined in the config - the default is <https://crates.io>): - Use the specified registry (registry names can be defined in the config - the default is <https://crates.io>):
`cargo login --registry {{name}}` `cargo login --registry {{name}}`

View File

@ -8,6 +8,6 @@
`cargo logout` `cargo logout`
- Specify the name of the registry to use (registry names can be defined in the config - the default is <https://crates.io>): - Use the specified registry (registry names can be defined in the config - the default is <https://crates.io>):
`cargo logout --registry {{name}}` `cargo logout --registry {{name}}`

View File

@ -15,6 +15,6 @@
`cargo owner --list {{crate}}` `cargo owner --list {{crate}}`
- Specify the name of the registry to use (registry names can be defined in the config - the default is <https://crates.io>): - Use the specified registry (registry names can be defined in the config - the default is <https://crates.io>):
`cargo owner --registry {{name}}` `cargo owner --registry {{name}}`

View File

@ -12,6 +12,6 @@
`cargo publish --dry-run` `cargo publish --dry-run`
- Specify the name of the registry to use (registry names can be defined in the config - the default is <https://crates.io>): - Use the specified registry (registry names can be defined in the config - the default is <https://crates.io>):
`cargo publish --registry {{name}}` `cargo publish --registry {{name}}`

View File

@ -12,6 +12,6 @@
`cargo yank --undo {{crate}}@{{version}}` `cargo yank --undo {{crate}}@{{version}}`
- Specify the name of the registry to use (registry names can be defined in the config - the default is <https://crates.io>): - Use the specified registry (registry names can be defined in the config - the default is <https://crates.io>):
`cargo yank --registry {{name}} {{crate}}@{{version}}` `cargo yank --registry {{name}} {{crate}}@{{version}}`

View File

@ -7,6 +7,6 @@
`chroot {{path/to/new/root}} {{command}}` `chroot {{path/to/new/root}} {{command}}`
- Specify user and group (ID or name) to use: - Use a specific user and group:
`chroot --userspec={{user:group}}` `chroot --userspec={{username_or_id:group_name_or_id}}`

View File

@ -15,7 +15,7 @@
`flite -f {{path/to/file.txt}}` `flite -f {{path/to/file.txt}}`
- Specify which voice to use: - Use the specified voice:
`flite -voice {{file://path/to/filename.flitevox|url}}` `flite -voice {{file://path/to/filename.flitevox|url}}`

View File

@ -15,7 +15,7 @@
`inkmake --svg {{path/to/file.svg}} --out {{path/to/output_image}} {{path/to/Inkfile}}` `inkmake --svg {{path/to/file.svg}} --out {{path/to/output_image}} {{path/to/Inkfile}}`
- Specify a custom Inkscape binary to use as the backend: - Use a custom Inkscape binary as the backend:
`inkmake --inkscape {{/Applications/Inkscape.app/Contents/Resources/bin/inkscape}} {{path/to/Inkfile}}` `inkmake --inkscape {{/Applications/Inkscape.app/Contents/Resources/bin/inkscape}} {{path/to/Inkfile}}`

View File

@ -12,7 +12,7 @@
`minetestserver --world list` `minetestserver --world list`
- Specify the world name to load: - Load the specified world:
`minetestserver --world {{world_name}}` `minetestserver --world {{world_name}}`
@ -20,7 +20,7 @@
`minetestserver --gameid list` `minetestserver --gameid list`
- Specify a game to use: - Use the specified game:
`minetestserver --gameid {{game_id}}` `minetestserver --gameid {{game_id}}`

View File

@ -23,7 +23,7 @@
`phing -b {{path/to/log_file}} {{task_name}}` `phing -b {{path/to/log_file}} {{task_name}}`
- Specify custom properties to use in the build: - Use custom properties in the build:
`phing -D{{property}}={{value}} {{task_name}}` `phing -D{{property}}={{value}} {{task_name}}`

View File

@ -7,7 +7,7 @@
`pnmtosgi {{path/to/input.pnm}} > {{path/to/output.sgi}}` `pnmtosgi {{path/to/input.pnm}} > {{path/to/output.sgi}}`
- Specify whether or not compression should be used: - Disable or enable compression:
`pnmtosgi -{{verbatim|rle}} {{path/to/input.pnm}} > {{path/to/output.sgi}}` `pnmtosgi -{{verbatim|rle}} {{path/to/input.pnm}} > {{path/to/output.sgi}}`

View File

@ -7,6 +7,6 @@
`ppmdist {{path/to/input.ppm}} > {{path/to/output.pgm}}` `ppmdist {{path/to/input.ppm}} > {{path/to/output.pgm}}`
- Specify the method used to map colors to graylevels: - Use the specified method to map colors to graylevels:
`ppmdist -{{frequency|intensity}} {{path/to/input.ppm}} > {{path/to/output.pgm}}` `ppmdist -{{frequency|intensity}} {{path/to/input.ppm}} > {{path/to/output.pgm}}`

View File

@ -11,6 +11,6 @@
`ppmtobmp -{{windows|os2}} {{path/to/file.ppm}} > {{path/to/file.bmp}}` `ppmtobmp -{{windows|os2}} {{path/to/file.ppm}} > {{path/to/file.bmp}}`
- Specify the number of bits to use for each pixel: - Use a specific number of bits for each pixel:
`ppmtobmp -bbp {{1|4|8|24}} {{path/to/file.ppm}} > {{path/to/file.bmp}}` `ppmtobmp -bbp {{1|4|8|24}} {{path/to/file.ppm}} > {{path/to/file.bmp}}`

View File

@ -15,7 +15,7 @@
`streamlink {{example.com/stream}} {{best|worst}}` `streamlink {{example.com/stream}} {{best|worst}}`
- Specify which player to use to feed stream data to (VLC is used by default if found): - Use a specific player to feed stream data to (VLC is used by default if found):
`streamlink --player={{mpv}} {{example.com/stream}} {{best}}` `streamlink --player={{mpv}} {{example.com/stream}} {{best}}`

View File

@ -15,11 +15,11 @@
`qrcp send --zip {{path/to/file_or_directory}}` `qrcp send --zip {{path/to/file_or_directory}}`
- Specify a [p]ort to use: - Use a specific [p]ort:
`qrcp {{send|receive}} --port {{port_number}}` `qrcp {{send|receive}} --port {{port_number}}`
- Specify the network [i]nterface to use: - Use a specific network [i]nterface:
`qrcp {{send|receive}} --interface interface` `qrcp {{send|receive}} --interface interface`

View File

@ -7,7 +7,7 @@
`uvcdynctrl -l` `uvcdynctrl -l`
- Specify the device to use (defaults to `video0`): - Use a specific device (defaults to `video0`):
`uvcdynctrl -d {{device_name}}` `uvcdynctrl -d {{device_name}}`