pages*: do not use config abbreviation (#12118)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Vitor Henrique
2024-01-25 02:29:16 -03:00
committed by GitHub
parent 55a49c4ba1
commit af35564618
49 changed files with 58 additions and 58 deletions

View File

@@ -4,14 +4,14 @@
> If `--prefix` is omitted, the image files must be located in the current working directory.
> More information: <https://manned.org/xcursorgen>.
- 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}}`