From 4ed602d9fada0c36d08ce2c5eb0137e61c3c1072 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Wed, 24 Jan 2024 04:22:18 -0300 Subject: [PATCH] pages*: avoid "specify" when it is superfluous (#12119) --- pages/common/cargo-login.md | 2 +- pages/common/cargo-logout.md | 2 +- pages/common/cargo-owner.md | 2 +- pages/common/cargo-publish.md | 2 +- pages/common/cargo-yank.md | 2 +- pages/common/chroot.md | 4 ++-- pages/common/flite.md | 2 +- pages/common/inkmake.md | 2 +- pages/common/minetestserver.md | 4 ++-- pages/common/phing.md | 2 +- pages/common/pnmtosgi.md | 2 +- pages/common/ppmdist.md | 2 +- pages/common/ppmtobmp.md | 2 +- pages/common/streamlink.md | 2 +- pages/linux/qrcp.md | 4 ++-- pages/linux/uvcdynctrl.md | 2 +- 16 files changed, 19 insertions(+), 19 deletions(-) diff --git a/pages/common/cargo-login.md b/pages/common/cargo-login.md index 6dae76162..f6dc81839 100644 --- a/pages/common/cargo-login.md +++ b/pages/common/cargo-login.md @@ -8,6 +8,6 @@ `cargo login` -- Specify the name of the registry to use (registry names can be defined in the config - the default is ): +- Use the specified registry (registry names can be defined in the config - the default is ): `cargo login --registry {{name}}` diff --git a/pages/common/cargo-logout.md b/pages/common/cargo-logout.md index fb57178fb..92750006c 100644 --- a/pages/common/cargo-logout.md +++ b/pages/common/cargo-logout.md @@ -8,6 +8,6 @@ `cargo logout` -- Specify the name of the registry to use (registry names can be defined in the config - the default is ): +- Use the specified registry (registry names can be defined in the config - the default is ): `cargo logout --registry {{name}}` diff --git a/pages/common/cargo-owner.md b/pages/common/cargo-owner.md index 7b085e2d7..a2342d886 100644 --- a/pages/common/cargo-owner.md +++ b/pages/common/cargo-owner.md @@ -15,6 +15,6 @@ `cargo owner --list {{crate}}` -- Specify the name of the registry to use (registry names can be defined in the config - the default is ): +- Use the specified registry (registry names can be defined in the config - the default is ): `cargo owner --registry {{name}}` diff --git a/pages/common/cargo-publish.md b/pages/common/cargo-publish.md index 2a504f186..9bca305ec 100644 --- a/pages/common/cargo-publish.md +++ b/pages/common/cargo-publish.md @@ -12,6 +12,6 @@ `cargo publish --dry-run` -- Specify the name of the registry to use (registry names can be defined in the config - the default is ): +- Use the specified registry (registry names can be defined in the config - the default is ): `cargo publish --registry {{name}}` diff --git a/pages/common/cargo-yank.md b/pages/common/cargo-yank.md index b4dff0a1a..9ee7080ef 100644 --- a/pages/common/cargo-yank.md +++ b/pages/common/cargo-yank.md @@ -12,6 +12,6 @@ `cargo yank --undo {{crate}}@{{version}}` -- Specify the name of the registry to use (registry names can be defined in the config - the default is ): +- Use the specified registry (registry names can be defined in the config - the default is ): `cargo yank --registry {{name}} {{crate}}@{{version}}` diff --git a/pages/common/chroot.md b/pages/common/chroot.md index 7369a4bdc..6a17c8973 100644 --- a/pages/common/chroot.md +++ b/pages/common/chroot.md @@ -7,6 +7,6 @@ `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}}` diff --git a/pages/common/flite.md b/pages/common/flite.md index bdf2df525..13bb549d7 100644 --- a/pages/common/flite.md +++ b/pages/common/flite.md @@ -15,7 +15,7 @@ `flite -f {{path/to/file.txt}}` -- Specify which voice to use: +- Use the specified voice: `flite -voice {{file://path/to/filename.flitevox|url}}` diff --git a/pages/common/inkmake.md b/pages/common/inkmake.md index f833acf97..e094b6173 100644 --- a/pages/common/inkmake.md +++ b/pages/common/inkmake.md @@ -15,7 +15,7 @@ `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}}` diff --git a/pages/common/minetestserver.md b/pages/common/minetestserver.md index b9b11381d..7215b2554 100644 --- a/pages/common/minetestserver.md +++ b/pages/common/minetestserver.md @@ -12,7 +12,7 @@ `minetestserver --world list` -- Specify the world name to load: +- Load the specified world: `minetestserver --world {{world_name}}` @@ -20,7 +20,7 @@ `minetestserver --gameid list` -- Specify a game to use: +- Use the specified game: `minetestserver --gameid {{game_id}}` diff --git a/pages/common/phing.md b/pages/common/phing.md index d9407491a..ff57d231b 100644 --- a/pages/common/phing.md +++ b/pages/common/phing.md @@ -23,7 +23,7 @@ `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}}` diff --git a/pages/common/pnmtosgi.md b/pages/common/pnmtosgi.md index 5d56d99c1..3e9a684d7 100644 --- a/pages/common/pnmtosgi.md +++ b/pages/common/pnmtosgi.md @@ -7,7 +7,7 @@ `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}}` diff --git a/pages/common/ppmdist.md b/pages/common/ppmdist.md index 587b08726..f7285d637 100644 --- a/pages/common/ppmdist.md +++ b/pages/common/ppmdist.md @@ -7,6 +7,6 @@ `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}}` diff --git a/pages/common/ppmtobmp.md b/pages/common/ppmtobmp.md index b19c792ac..e0e7c2c12 100644 --- a/pages/common/ppmtobmp.md +++ b/pages/common/ppmtobmp.md @@ -11,6 +11,6 @@ `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}}` diff --git a/pages/common/streamlink.md b/pages/common/streamlink.md index af6798449..153296e49 100644 --- a/pages/common/streamlink.md +++ b/pages/common/streamlink.md @@ -15,7 +15,7 @@ `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}}` diff --git a/pages/linux/qrcp.md b/pages/linux/qrcp.md index ca4d20043..21b22362d 100644 --- a/pages/linux/qrcp.md +++ b/pages/linux/qrcp.md @@ -15,11 +15,11 @@ `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}}` -- Specify the network [i]nterface to use: +- Use a specific network [i]nterface: `qrcp {{send|receive}} --interface interface` diff --git a/pages/linux/uvcdynctrl.md b/pages/linux/uvcdynctrl.md index d858a560e..bdd32a384 100644 --- a/pages/linux/uvcdynctrl.md +++ b/pages/linux/uvcdynctrl.md @@ -7,7 +7,7 @@ `uvcdynctrl -l` -- Specify the device to use (defaults to `video0`): +- Use a specific device (defaults to `video0`): `uvcdynctrl -d {{device_name}}`