diff --git a/pages/common/bitcoind.md b/pages/common/bitcoind.md index 68df9514fd..530ffff28e 100644 --- a/pages/common/bitcoind.md +++ b/pages/common/bitcoind.md @@ -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}}` diff --git a/pages/common/bpython.md b/pages/common/bpython.md index 693c18afa9..4a2e94bfe8 100644 --- a/pages/common/bpython.md +++ b/pages/common/bpython.md @@ -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}}` diff --git a/pages/common/crane-index-append.md b/pages/common/crane-index-append.md index c4be0f5933..7d8b52a964 100644 --- a/pages/common/crane-index-append.md +++ b/pages/common/crane-index-append.md @@ -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: . - Append manifest to a remote index: diff --git a/pages/common/doppler.md b/pages/common/doppler.md index 47d40b7a85..3d4ff45f52 100644 --- a/pages/common/doppler.md +++ b/pages/common/doppler.md @@ -8,7 +8,7 @@ `doppler setup` -- Setup Doppler project and config in current directory: +- Setup Doppler project and configuration in current directory: `doppler setup` diff --git a/pages/common/flexget.md b/pages/common/flexget.md index ab9a4c5ed4..c882bea47f 100644 --- a/pages/common/flexget.md +++ b/pages/common/flexget.md @@ -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}}` diff --git a/pages/common/frps.md b/pages/common/frps.md index dc768c3ebf..b2cbb59c70 100644 --- a/pages/common/frps.md +++ b/pages/common/frps.md @@ -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}}` diff --git a/pages/common/immich-go.md b/pages/common/immich-go.md index eaa63daa51..71130edf8c 100644 --- a/pages/common/immich-go.md +++ b/pages/common/immich-go.md @@ -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}}` diff --git a/pages/common/kubie.md b/pages/common/kubie.md index c4d2aac443..09a2aecb6a 100644 --- a/pages/common/kubie.md +++ b/pages/common/kubie.md @@ -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` diff --git a/pages/common/piper.md b/pages/common/piper.md index 3b339ba33a..6cbad961b8 100644 --- a/pages/common/piper.md +++ b/pages/common/piper.md @@ -4,7 +4,7 @@ > Try out and download speech models from . > More information: . -- 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}}` diff --git a/pages/common/pre-commit.md b/pages/common/pre-commit.md index 85e7334b43..0136bd16f8 100644 --- a/pages/common/pre-commit.md +++ b/pages/common/pre-commit.md @@ -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` diff --git a/pages/common/rage.md b/pages/common/rage.md index a05c0d0f71..3bc626dab0 100644 --- a/pages/common/rage.md +++ b/pages/common/rage.md @@ -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: . diff --git a/pages/common/secrethub.md b/pages/common/secrethub.md index a07d05ec54..34dadf0db6 100644 --- a/pages/common/secrethub.md +++ b/pages/common/secrethub.md @@ -1,6 +1,6 @@ # secrethub -> Keep secrets out of config files. +> Keep secrets out of configuration files. > More information: . - Print a secret to `stdout`: