diff --git a/test-libz-rs-sys/examples/crc32_bench.rs b/test-libz-rs-sys/examples/crc32_bench.rs index 032c2cac..91d3bb95 100644 --- a/test-libz-rs-sys/examples/crc32_bench.rs +++ b/test-libz-rs-sys/examples/crc32_bench.rs @@ -56,6 +56,7 @@ pub fn main() { println!("{:#x}", h); } - other => panic!("invalid option '{other}', expected one of 'rs' or 'ng'"), + other => panic!("invalid option '{other}', expected one of 'sse', 'crc32fast', \ + 'sse-chunked', 'crc32fast-chunked' or 'adler32'"), } }