On 26/06/2024 19:43, наб wrote:
Package: coreutils
Version: 9.1-1
Version: 9.4-3
Severity: normal
Dear Maintainer,
$ ls --quoting-style=qwe
ls: invalid argument ‘qwe’ for ‘--quoting-style’
Valid arguments are:
- ‘literal’
- ‘shell’
- ‘shell-always’
- ‘shell-escape’
- ‘shell-escape-always’
- ‘c’
- ‘c-maybe’
- ‘escape’
- ‘locale’
- ‘clocale’
Try 'ls --help' for more information.
$ man ls | grep c-maybe
$ zgrep c-maybe /usr/share/info/coreutils.info.gz
Best,
Fixed upstream with:
https://github.com/coreutils/coreutils/commit/72588b291
thanks,
Pádraig