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

@@ -3,7 +3,7 @@
> Find files with SQL-like queries.
> More information: <https://github.com/jhspetersson/fselect>.
- 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'}}`