diff options
| author | Integral <integral@archlinuxcn.org> | 2025-04-06 23:26:59 +0800 |
|---|---|---|
| committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-05-21 20:14:08 -0400 |
| commit | 84ccd47d265579dd23768e69b5204801ad6b5eca (patch) | |
| tree | 712fc114d5bb21762ae38c768b8548703a46bd3d /tools/perf/scripts/python/task-analyzer.py | |
| parent | 0e790469bf3044022cb02025abdae775c9908ca8 (diff) | |
| download | linux-84ccd47d265579dd23768e69b5204801ad6b5eca.tar.gz linux-84ccd47d265579dd23768e69b5204801ad6b5eca.zip | |
bcachefs: split error messages of invalid compression into two lines
When an invalid compression type or level is passed as an argument
to `--compression`, two error messages are squashed into one line:
> bcachefs format --compression=lzo bcachefs-comp.img
invalid option: invalid compression typecompression: parse error
> bcachefs format --compression=lz4:16 bcachefs-comp.img
invalid option: invalid compression levelcompression: parse error
To resolve this issue, add a newline character at the end of the
first error message to separate them into two lines.
Signed-off-by: Integral <integral@archlinuxcn.org>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
