Rust: fix compression option description

This commit is contained in:
Paolo Tranquilli
2025-05-28 16:48:02 +02:00
parent fd00ed502d
commit c8f5e26200

View File

@@ -23,8 +23,9 @@ options:
title: Controls compression for the TRAP files written by the extractor. title: Controls compression for the TRAP files written by the extractor.
description: > description: >
This option is only intended for use in debugging the extractor. Accepted This option is only intended for use in debugging the extractor. Accepted
values are 'gzip' (the default, to write gzip-compressed TRAP) 'zstd' (to values are 'gzip' (to write gzip-compressed TRAP) 'zstd' (to write
write Zstandard-compressed TRAP) and 'none' (to write uncompressed TRAP). Zstandard-compressed TRAP) and 'none' (the default, to write uncompressed
TRAP).
type: string type: string
pattern: "^(none|gzip|zstd)$" pattern: "^(none|gzip|zstd)$"
cargo_target_dir: cargo_target_dir: