From af35564618911e4e38b627205cbe9e674a0c1fcf Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Thu, 25 Jan 2024 02:29:16 -0300 Subject: [PATCH] pages*: do not use config abbreviation (#12118) Co-authored-by: K.B.Dharun Krishna --- pages/common/alacritty.md | 2 +- pages/common/box.md | 4 ++-- pages/common/brittany.md | 2 +- pages/common/browser-sync.md | 2 +- 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/deemix.md | 2 +- pages/common/dexter.md | 2 +- pages/common/doas.md | 2 +- pages/common/dvc-config.md | 8 ++++---- pages/common/eslint.md | 4 ++-- pages/common/fastfetch.md | 2 +- pages/common/fc-pattern.md | 2 +- pages/common/ffe.md | 2 +- pages/common/fselect.md | 2 +- pages/common/git-commit.md | 2 +- pages/common/git-mergetool.md | 4 ++-- pages/common/mongod.md | 2 +- pages/common/neofetch.md | 2 +- pages/common/nginx.md | 2 +- pages/common/openconnect.md | 2 +- pages/common/openvpn.md | 2 +- pages/common/phan.md | 2 +- pages/common/phpcs.md | 2 +- pages/common/pint.md | 2 +- pages/common/polybar.md | 2 +- pages/common/promtool.md | 2 +- pages/common/puppet-apply.md | 2 +- pages/common/rspec.md | 2 +- pages/common/soupault.md | 4 ++-- pages/common/ss-local.md | 2 +- pages/common/supervisorctl.md | 2 +- pages/common/terminalizer.md | 2 +- pages/common/topgrade.md | 2 +- pages/common/traefik.md | 2 +- pages/common/tslint.md | 2 +- pages/common/webpack.md | 2 +- pages/linux/conky.md | 2 +- pages/linux/dockerd.md | 2 +- pages/linux/mediamtx.md | 2 +- pages/linux/po4a.md | 2 +- pages/linux/qm-showcmd.md | 2 +- pages/linux/rusnapshot.md | 2 +- pages/linux/systemd-sysusers.md | 2 +- pages/linux/vcgencmd.md | 2 +- pages/linux/xcursorgen.md | 6 +++--- 49 files changed, 58 insertions(+), 58 deletions(-) diff --git a/pages/common/alacritty.md b/pages/common/alacritty.md index 652c52ee2..003143ec2 100644 --- a/pages/common/alacritty.md +++ b/pages/common/alacritty.md @@ -19,6 +19,6 @@ `alacritty --config-file {{path/to/config.yml}}` -- Run with live config reload enabled (can also be enabled by default in `alacritty.yml`): +- Run with live configuration reload enabled (can also be enabled by default in `alacritty.yml`): `alacritty --live-config-reload --config-file {{path/to/config.yml}}` diff --git a/pages/common/box.md b/pages/common/box.md index 4b9a71f7f..458845e0e 100644 --- a/pages/common/box.md +++ b/pages/common/box.md @@ -7,7 +7,7 @@ `box compile` -- Compile a new Phar file using a specific config file: +- Compile a new Phar file using a specific configuration file: `box compile -c {{path/to/config}}` @@ -19,7 +19,7 @@ `box info {{path/to/phar_file}}` -- Validate the first found config file in the working directory: +- Validate the first found configuration file in the working directory: `box validate` diff --git a/pages/common/brittany.md b/pages/common/brittany.md index e6d649025..ef7f95200 100644 --- a/pages/common/brittany.md +++ b/pages/common/brittany.md @@ -19,6 +19,6 @@ `brittany --indent {{4}} --columns {{100}} {{path/to/file.hs}}` -- Format a Haskell source file according to the style defined in the specified config file: +- Format a Haskell source file according to the style defined in the specified configuration file: `brittany --config-file {{path/to/config.yaml}} {{path/to/file.hs}}` diff --git a/pages/common/browser-sync.md b/pages/common/browser-sync.md index 66dc792af..2958be27b 100644 --- a/pages/common/browser-sync.md +++ b/pages/common/browser-sync.md @@ -15,6 +15,6 @@ `browser-sync init` -- Start Browsersync from config file: +- Start Browsersync from configuration file: `browser-sync start --config {{config_file}}` diff --git a/pages/common/cargo-login.md b/pages/common/cargo-login.md index f6dc81839..2674bfb1a 100644 --- a/pages/common/cargo-login.md +++ b/pages/common/cargo-login.md @@ -8,6 +8,6 @@ `cargo login` -- Use the specified registry (registry names can be defined in the config - the default is ): +- Use the specified registry (registry names can be defined in the configuration - the default is ): `cargo login --registry {{name}}` diff --git a/pages/common/cargo-logout.md b/pages/common/cargo-logout.md index 92750006c..6f6f27044 100644 --- a/pages/common/cargo-logout.md +++ b/pages/common/cargo-logout.md @@ -8,6 +8,6 @@ `cargo logout` -- Use the specified registry (registry names can be defined in the config - the default is ): +- Use the specified registry (registry names can be defined in the configuration - the default is ): `cargo logout --registry {{name}}` diff --git a/pages/common/cargo-owner.md b/pages/common/cargo-owner.md index a2342d886..3ac6df292 100644 --- a/pages/common/cargo-owner.md +++ b/pages/common/cargo-owner.md @@ -15,6 +15,6 @@ `cargo owner --list {{crate}}` -- Use the specified registry (registry names can be defined in the config - the default is ): +- Use the specified registry (registry names can be defined in the configuration - the default is ): `cargo owner --registry {{name}}` diff --git a/pages/common/cargo-publish.md b/pages/common/cargo-publish.md index 9bca305ec..b2a2ffcf6 100644 --- a/pages/common/cargo-publish.md +++ b/pages/common/cargo-publish.md @@ -12,6 +12,6 @@ `cargo publish --dry-run` -- Use the specified registry (registry names can be defined in the config - the default is ): +- Use the specified registry (registry names can be defined in the configuration - the default is ): `cargo publish --registry {{name}}` diff --git a/pages/common/cargo-yank.md b/pages/common/cargo-yank.md index 9ee7080ef..a0de2c096 100644 --- a/pages/common/cargo-yank.md +++ b/pages/common/cargo-yank.md @@ -12,6 +12,6 @@ `cargo yank --undo {{crate}}@{{version}}` -- Use the specified registry (registry names can be defined in the config - the default is ): +- Use the specified registry (registry names can be defined in the configuration - the default is ): `cargo yank --registry {{name}} {{crate}}@{{version}}` diff --git a/pages/common/deemix.md b/pages/common/deemix.md index 7943db1ff..85015771b 100644 --- a/pages/common/deemix.md +++ b/pages/common/deemix.md @@ -16,6 +16,6 @@ `deemix --bitrate {{bitrate}} --path {{path}} {{url}}` -- Create a portable deemix config in the current directory: +- Create a portable deemix configuration file in the current directory: `deemix --portable --bitrate {{bitrate}} --path {{path}} {{url}}` diff --git a/pages/common/dexter.md b/pages/common/dexter.md index b424f0021..082358758 100644 --- a/pages/common/dexter.md +++ b/pages/common/dexter.md @@ -7,6 +7,6 @@ `dexter auth -i {{client_id}} -s {{client_secret}}` -- Override the default kube config location: +- Override the default kube configuration file location: `dexter auth -i {{client_id}} -s {{client_secret}} --kube-config {{sample/config}}` diff --git a/pages/common/doas.md b/pages/common/doas.md index ba20b7ee8..daae2135d 100644 --- a/pages/common/doas.md +++ b/pages/common/doas.md @@ -15,7 +15,7 @@ `doas -s` -- Parse a config file and check if the execution of a command as another user is allowed: +- Parse a configuration file and check if the execution of a command as another user is allowed: `doas -C {{config_file}} {{command}}` diff --git a/pages/common/dvc-config.md b/pages/common/dvc-config.md index 19a5ed5a7..a60002ba8 100644 --- a/pages/common/dvc-config.md +++ b/pages/common/dvc-config.md @@ -16,18 +16,18 @@ `dvc config --unset core.remote` -- Get the config value for a specified key for the current project: +- Get the configuration value for a specified key for the current project: `dvc config {{key}}` -- Set the config value for a key on a project level: +- Set the configuration value for a key on a project level: `dvc config {{key}} {{value}}` -- Unset a project level config value for a given key: +- Unset a project level configuration value for a given key: `dvc config --unset {{key}}` -- Set a local, global, or system level config value: +- Set a local, global, or system level configuration value: `dvc config --local/global/system {{key}} {{value}}` diff --git a/pages/common/eslint.md b/pages/common/eslint.md index 49d92b29a..9626f46d5 100644 --- a/pages/common/eslint.md +++ b/pages/common/eslint.md @@ -3,7 +3,7 @@ > A pluggable linting utility for JavaScript and JSX. > More information: . -- Create the ESLint config file: +- Create the ESLint configuration file: `eslint --init` @@ -15,6 +15,6 @@ `eslint --fix` -- Lint using the specified config: +- Lint using the specified configuration file: `eslint -c {{path/to/config_file}} {{path/to/file1.js path/to/file2.js}}` diff --git a/pages/common/fastfetch.md b/pages/common/fastfetch.md index 942c0bba3..b05e925f5 100644 --- a/pages/common/fastfetch.md +++ b/pages/common/fastfetch.md @@ -11,7 +11,7 @@ `fastfetch --structure {{structure}}` -- Load a custom config file: +- Load a custom configuration file: `fastfetch --load-config {{path/to/config_file}}` diff --git a/pages/common/fc-pattern.md b/pages/common/fc-pattern.md index 39a5f139a..4c7c48493 100644 --- a/pages/common/fc-pattern.md +++ b/pages/common/fc-pattern.md @@ -7,6 +7,6 @@ `fc-pattern --default '{{DejaVu Serif}}'` -- Display config information about a font: +- Display configuration information about a font: `fc-pattern --config '{{DejaVu Serif}}'` diff --git a/pages/common/ffe.md b/pages/common/ffe.md index 92bd8d0be..7e4d79aaf 100644 --- a/pages/common/ffe.md +++ b/pages/common/ffe.md @@ -12,7 +12,7 @@ `ffe --output={{path/to/output}} -c {{path/to/config.ffe}} {{path/to/input}}` -- Select input structure and print format from definitions in `~/.fferc` config file: +- Select input structure and print format from definitions in `~/.fferc` configuration file: `ffe --structure={{structure}} --print={{format}} {{path/to/input}}` diff --git a/pages/common/fselect.md b/pages/common/fselect.md index cbdfa8b1b..bd3d19af1 100644 --- a/pages/common/fselect.md +++ b/pages/common/fselect.md @@ -3,7 +3,7 @@ > Find files with SQL-like queries. > More information: . -- Select full path and size from temporary or config files in a given directory: +- Select full path and size from temporary or configuration files in a given directory: `fselect size, path from {{path/to/directory}} where name = {{'*.cfg'}} or name = {{'*.tmp'}}` diff --git a/pages/common/git-commit.md b/pages/common/git-commit.md index ec0708bfc..61146a5b6 100644 --- a/pages/common/git-commit.md +++ b/pages/common/git-commit.md @@ -15,7 +15,7 @@ `git commit --all --message "{{message}}"` -- Commit staged files and sign them with the specified GPG key (or the one defined in the config file if no argument is specified): +- Commit staged files and sign them with the specified GPG key (or the one defined in the configuration file if no argument is specified): `git commit --gpg-sign {{key_id}} --message "{{message}}"` diff --git a/pages/common/git-mergetool.md b/pages/common/git-mergetool.md index a3386993a..aaf3355c7 100644 --- a/pages/common/git-mergetool.md +++ b/pages/common/git-mergetool.md @@ -19,10 +19,10 @@ `git mergetool --no-prompt` -- Explicitly use the GUI merge tool (see the `merge.guitool` config variable): +- Explicitly use the GUI merge tool (see the `merge.guitool` configuration variable): `git mergetool --gui` -- Explicitly use the regular merge tool (see the `merge.tool` config variable): +- Explicitly use the regular merge tool (see the `merge.tool` configuration variable): `git mergetool --no-gui` diff --git a/pages/common/mongod.md b/pages/common/mongod.md index 1aeb79231..10ef84f5e 100644 --- a/pages/common/mongod.md +++ b/pages/common/mongod.md @@ -7,7 +7,7 @@ `mongod --dbpath {{path/to/directory}}` -- Specify a config file: +- Specify a configuration file: `mongod --config {{path/to/file}}` diff --git a/pages/common/neofetch.md b/pages/common/neofetch.md index c351c35d0..3c5f0605a 100644 --- a/pages/common/neofetch.md +++ b/pages/common/neofetch.md @@ -7,7 +7,7 @@ `neofetch` -- Trigger an info line from appearing in the output, where 'infoname' is the function name in the config file, e.g. memory: +- Trigger an info line from appearing in the output, where 'infoname' is the function name in the configuration file, e.g. memory: `neofetch --{{enable|disable}} {{infoname}}` diff --git a/pages/common/nginx.md b/pages/common/nginx.md index e3ffeb683..0e10797f9 100644 --- a/pages/common/nginx.md +++ b/pages/common/nginx.md @@ -3,7 +3,7 @@ > Nginx web server. > More information: . -- Start server with the default config file: +- Start server with the default configuration file: `nginx` diff --git a/pages/common/openconnect.md b/pages/common/openconnect.md index 0b55ec50f..f55843a1a 100644 --- a/pages/common/openconnect.md +++ b/pages/common/openconnect.md @@ -15,7 +15,7 @@ `killall -SIGINT openconnect` -- Connect to a server, reading options from a config file: +- Connect to a server, reading options from a configuration file: `openconnect --config={{path/to/file}} {{vpn.example.org}}` diff --git a/pages/common/openvpn.md b/pages/common/openvpn.md index d8ebe227e..d9fd35d3e 100644 --- a/pages/common/openvpn.md +++ b/pages/common/openvpn.md @@ -3,7 +3,7 @@ > OpenVPN client and daemon binary. > More information: . -- Connect to server using a config file: +- Connect to server using a configuration file: `sudo openvpn {{path/to/client.conf}}` diff --git a/pages/common/phan.md b/pages/common/phan.md index fad67ed05..2d5a8388f 100644 --- a/pages/common/phan.md +++ b/pages/common/phan.md @@ -19,7 +19,7 @@ `phan --directory {{path/to/directory}} --directory {{path/to/another_directory}}` -- Specify a config file (defaults to `.phan/config.php`): +- Specify a configuration file (defaults to `.phan/config.php`): `phan --config-file {{path/to/config.php}}` diff --git a/pages/common/phpcs.md b/pages/common/phpcs.md index 0582b4a59..76db916a3 100644 --- a/pages/common/phpcs.md +++ b/pages/common/phpcs.md @@ -23,7 +23,7 @@ `phpcs {{path/to/directory}} --report {{format}}` -- Set config variables to be used during the process: +- Set configuration variables to be used during the process: `phpcs {{path/to/directory}} --config-set {{key}} {{value}}` diff --git a/pages/common/pint.md b/pages/common/pint.md index 15b2391a4..cd230ef2b 100644 --- a/pages/common/pint.md +++ b/pages/common/pint.md @@ -15,7 +15,7 @@ `pint --test` -- Execute code style fixes using a specific config file: +- Execute code style fixes using a specific configuration file: `pint --config {{path/to/pint.json}}` diff --git a/pages/common/polybar.md b/pages/common/polybar.md index cb3c00fbb..75fc31a91 100644 --- a/pages/common/polybar.md +++ b/pages/common/polybar.md @@ -11,6 +11,6 @@ `polybar --config={{path/to/config.ini}} {{bar_name}}` -- Start Polybar and reload the bar when the config file is modified: +- Start Polybar and reload the bar when the configuration file is modified: `polybar --reload {{bar_name}}` diff --git a/pages/common/promtool.md b/pages/common/promtool.md index 3e44d5c49..26c4d53ab 100644 --- a/pages/common/promtool.md +++ b/pages/common/promtool.md @@ -3,7 +3,7 @@ > Tooling for the Prometheus monitoring system. > More information: . -- Check if the config files are valid or not (if present report errors): +- Check if the configuration files are valid or not (if present report errors): `promtool check config {{config_file.yml}}` diff --git a/pages/common/puppet-apply.md b/pages/common/puppet-apply.md index 41463637d..1b167f785 100644 --- a/pages/common/puppet-apply.md +++ b/pages/common/puppet-apply.md @@ -11,6 +11,6 @@ `puppet apply --execute {{code}}` -- Use a specific module and hiera config file: +- Use a specific module and hiera configuration file: `puppet apply --modulepath {{path/to/directory}} --hiera_config {{path/to/file}} {{path/to/manifest}}` diff --git a/pages/common/rspec.md b/pages/common/rspec.md index 7b8d6b153..6204ffe9e 100644 --- a/pages/common/rspec.md +++ b/pages/common/rspec.md @@ -3,7 +3,7 @@ > Behavior-driven development testing framework written in Ruby to test Ruby code. > More information: . -- Initialize an .rspec config and a spec helper file: +- Initialize an .rspec configuration and a spec helper file: `rspec --init` diff --git a/pages/common/soupault.md b/pages/common/soupault.md index 8a56a71fb..e0549a244 100644 --- a/pages/common/soupault.md +++ b/pages/common/soupault.md @@ -12,7 +12,7 @@ `soupault` -- Override default config file and directory locations: +- Override default configuration file and directory locations: `soupault --config {{config_path}} --site-dir {{input_dir}} --build-dir {{output_dir}}` @@ -20,6 +20,6 @@ `soupault --index-only --dump-index-json {{path/to/file.json}}` -- Show the effective config (values from `soupault.toml` plus defaults): +- Show the effective configuration (values from `soupault.toml` plus defaults): `soupault --show-effective-config` diff --git a/pages/common/ss-local.md b/pages/common/ss-local.md index 7e2fdc576..f0db87846 100644 --- a/pages/common/ss-local.md +++ b/pages/common/ss-local.md @@ -7,7 +7,7 @@ `ss-local -s {{host}} -p {{server_port}} -l {{local port}} -k {{password}} -m {{encrypt_method}}` -- Run a Shadowsocks proxy by specifying the config file: +- Run a Shadowsocks proxy by specifying the configuration file: `ss-local -c {{path/to/config/file.json}}` diff --git a/pages/common/supervisorctl.md b/pages/common/supervisorctl.md index a3029dc8f..1adadb544 100644 --- a/pages/common/supervisorctl.md +++ b/pages/common/supervisorctl.md @@ -24,6 +24,6 @@ `supervisorctl tail -f {{process_name}} stdout` -- Reload process config file to add/remove processes as necessary: +- Reload process configuration file to add/remove processes as necessary: `supervisorctl update` diff --git a/pages/common/terminalizer.md b/pages/common/terminalizer.md index 6cc33f813..72cb19aac 100644 --- a/pages/common/terminalizer.md +++ b/pages/common/terminalizer.md @@ -3,7 +3,7 @@ > Utility program which records the terminal and generate animated GIFs or share a video. > More information: . -- Create the global config directory: +- Create the global configuration directory: `terminalizer init` diff --git a/pages/common/topgrade.md b/pages/common/topgrade.md index ad868f588..07e41eb97 100644 --- a/pages/common/topgrade.md +++ b/pages/common/topgrade.md @@ -23,6 +23,6 @@ `topgrade --only {{operation}}` -- Edit the config file with default editor: +- Edit the configuration file with default editor: `topgrade --edit-config` diff --git a/pages/common/traefik.md b/pages/common/traefik.md index acfa1b0da..8a0405b29 100644 --- a/pages/common/traefik.md +++ b/pages/common/traefik.md @@ -7,7 +7,7 @@ `traefik` -- Start server with a custom config file: +- Start server with a custom configuration file: `traefik --c {{config_file}}.toml` diff --git a/pages/common/tslint.md b/pages/common/tslint.md index 85741cd9d..3652f38b5 100644 --- a/pages/common/tslint.md +++ b/pages/common/tslint.md @@ -15,6 +15,6 @@ `tslint --fix` -- Lint with the config file in the project root: +- Lint with the configuration file in the project root: `tslint --project {{path/to/project_root}}` diff --git a/pages/common/webpack.md b/pages/common/webpack.md index 72a7a7357..c61d53988 100644 --- a/pages/common/webpack.md +++ b/pages/common/webpack.md @@ -11,7 +11,7 @@ `webpack {{app.js}} {{bundle.js}} --module-bind '{{css=css}}'` -- Pass a config file (with e.g. the entry script and the output filename) and show compilation progress: +- Pass a configuration file (with e.g. the entry script and the output filename) and show compilation progress: `webpack --config {{webpack.config.js}} --progress` diff --git a/pages/linux/conky.md b/pages/linux/conky.md index 504f61ed1..7afb00eb9 100644 --- a/pages/linux/conky.md +++ b/pages/linux/conky.md @@ -11,7 +11,7 @@ `conky -C > ~/.conkyrc` -- Launch Conky with a given config file: +- Launch Conky with a given configuration file: `conky -c {{path/to/config}}` diff --git a/pages/linux/dockerd.md b/pages/linux/dockerd.md index 1b3107238..3c68318bc 100644 --- a/pages/linux/dockerd.md +++ b/pages/linux/dockerd.md @@ -7,7 +7,7 @@ `dockerd` -- Run docker daemon and config it to listen to specific sockets (UNIX and TCP): +- Run docker daemon and configure it to listen to specific sockets (UNIX and TCP): `dockerd --host unix://{{path/to/tmp.sock}} --host tcp://{{ip}}` diff --git a/pages/linux/mediamtx.md b/pages/linux/mediamtx.md index d5c93521e..de0d0fb60 100644 --- a/pages/linux/mediamtx.md +++ b/pages/linux/mediamtx.md @@ -7,7 +7,7 @@ `mediamtx` -- Run MediaMTX with a custom config location: +- Run MediaMTX with a custom configuration location: `mediamtx {{path/to/config}}.yml` diff --git a/pages/linux/po4a.md b/pages/linux/po4a.md index 0eb7b76f1..16ab9fc73 100644 --- a/pages/linux/po4a.md +++ b/pages/linux/po4a.md @@ -3,6 +3,6 @@ > Update both PO files and translated documents. > More information: . -- Update PO files and documents according to the specified config file: +- Update PO files and documents according to the specified configuration file: `po4a {{path/to/config_file}}` diff --git a/pages/linux/qm-showcmd.md b/pages/linux/qm-showcmd.md index 78998d1e3..70cba7176 100644 --- a/pages/linux/qm-showcmd.md +++ b/pages/linux/qm-showcmd.md @@ -11,6 +11,6 @@ `qm showcmd --pretty {{true}} {{vm_id}}` -- Fetch config values from a specific snapshot: +- Fetch configuration values from a specific snapshot: `qm showcmd --snapshot {{string}} {{vm_id}}` diff --git a/pages/linux/rusnapshot.md b/pages/linux/rusnapshot.md index 2b4481a5e..c1ef9f764 100644 --- a/pages/linux/rusnapshot.md +++ b/pages/linux/rusnapshot.md @@ -3,7 +3,7 @@ > BTRFS snapshotting utility written in Rust. > More information: . -- Create a snapshot using a config file: +- Create a snapshot using a configuration file: `sudo rusnapshot --config {{path/to/config.toml}} --cr` diff --git a/pages/linux/systemd-sysusers.md b/pages/linux/systemd-sysusers.md index cf5246e0b..a4e68133c 100644 --- a/pages/linux/systemd-sysusers.md +++ b/pages/linux/systemd-sysusers.md @@ -12,6 +12,6 @@ `systemd-sysusers --dry-run {{path/to/file}}` -- Print the contents of all config files (before each file, its name is printed as a comment): +- Print the contents of all configuration files (before each file, its name is printed as a comment): `systemd-sysusers --cat-config` diff --git a/pages/linux/vcgencmd.md b/pages/linux/vcgencmd.md index 7ffba1b5d..459b56ebc 100644 --- a/pages/linux/vcgencmd.md +++ b/pages/linux/vcgencmd.md @@ -19,7 +19,7 @@ `vcgencmd get_throttled` -- Print the bootloader config (only available on Raspberry Pi 4 models): +- Print the bootloader configuration (only available on Raspberry Pi 4 models): `vcgencmd bootloader_config` diff --git a/pages/linux/xcursorgen.md b/pages/linux/xcursorgen.md index 9f301bd21..9f4418587 100644 --- a/pages/linux/xcursorgen.md +++ b/pages/linux/xcursorgen.md @@ -4,14 +4,14 @@ > If `--prefix` is omitted, the image files must be located in the current working directory. > More information: . -- Create an X cursor file using a config file: +- Create an X cursor file using a configuration file: `xcursorgen {{path/to/config.cursor}} {{path/to/output_file}}` -- Create an X cursor file using a config file and specify the path to the image files: +- Create an X cursor file using a configuration file and specify the path to the image files: `xcursorgen --prefix {{path/to/image_directory/}} {{path/to/config.cursor}} {{path/to/output_file}}` -- Create an X cursor file using a config file and write the output to `stdout`: +- Create an X cursor file using a configuration file and write the output to `stdout`: `xcursorgen {{path/to/config.cursor}}`