1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 04:55:25 +02:00

common/*: use "configuration" instead of "config" (#16932)

This commit is contained in:
Managor 2025-06-24 12:24:11 +03:00 committed by GitHub
parent 957328d049
commit fcf9657555
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 12 additions and 12 deletions

View file

@ -16,6 +16,6 @@
`bitcoind -chain={{main|test|signet|regtest}}`
- Start the Bitcoin Core daemon using specific config file and data directory:
- Start the Bitcoin Core daemon using specific configuration file and data directory:
`bitcoind -conf={{path/to/bitcoin.conf}} -datadir={{path/to/directory}}`

View file

@ -16,6 +16,6 @@
`bpython {{[-i|--interactive]}} {{path/to/file.py}}`
- Use the specified config file instead of the default config:
- Use the specified configuration file instead of the default configuration:
`bpython --config {{path/to/file.conf}}`

View file

@ -2,7 +2,7 @@
> Append manifest to a remote index.
> This sub-command pushes an index based on an (optional) base index, with appended manifests.
> The platform for appended manifests is inferred from the config file or omitted if that is infeasible.
> The platform for appended manifests is inferred from the configuration file or omitted if that is infeasible.
> More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_index_append.md>.
- Append manifest to a remote index:

View file

@ -8,7 +8,7 @@
`doppler setup`
- Setup Doppler project and config in current directory:
- Setup Doppler project and configuration in current directory:
`doppler setup`

View file

@ -15,6 +15,6 @@
`flexget series list`
- Run a task from a config file:
- Run a task from a configuration file:
`flexget -c {{path/to/config.yml}} execute --task {{task_name}}`

View file

@ -12,7 +12,7 @@
`frps {{[-c|--config]}} ./frps.toml`
- Start the service, using a specified config file:
- Start the service, using a specified configuration file:
`frps {{[-c|--config]}} {{path/to/file}}`

View file

@ -12,7 +12,7 @@
`immich-go -server={{server_url}} -key={{server_key}} upload -create-albums -google-photos -date={{2019-06}} {{path/to/takeout_file.zip}}`
- Upload a takeout file using server and key from a config file:
- Upload a takeout file using server and key from a configuration file:
`immich-go -use-configuration={{~/.immich-go/immich-go.json}} upload {{path/to/takeout_file.zip}}`

View file

@ -23,6 +23,6 @@
`kubie exec {{context}} {{namespace}} {{command}}`
- Check the Kubernetes config files for issues:
- Check the Kubernetes configuration files for issues:
`kubie lint`

View file

@ -4,7 +4,7 @@
> Try out and download speech models from <https://rhasspy.github.io/piper-samples>.
> More information: <https://github.com/rhasspy/piper>.
- Output a WAV [f]ile using a text-to-speech [m]odel (assuming a config file at model_path + .json):
- Output a WAV [f]ile using a text-to-speech [m]odel (assuming a configuration file at model_path + .json):
`echo {{Thing to say}} | piper -m {{path/to/model.onnx}} -f {{outputfile.wav}}`

View file

@ -19,6 +19,6 @@
`pre-commit clean`
- Update pre-commit config file to the latest repos' versions:
- Update pre-commit configuration file to the latest repos' versions:
`pre-commit autoupdate`

View file

@ -1,6 +1,6 @@
# rage
> A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
> A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no configuration options, and UNIX-style composability.
> Rust implementation of `age`.
> More information: <https://github.com/str4d/rage>.

View file

@ -1,6 +1,6 @@
# secrethub
> Keep secrets out of config files.
> Keep secrets out of configuration files.
> More information: <https://github.com/secrethub/secrethub-cli>.
- Print a secret to `stdout`: