Skip to content

Commit 067e217

Browse files
brianpanefolkertdev
authored andcommitted
Fix the usage message for crc32_bench
1 parent 16b3f8c commit 067e217

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-libz-rs-sys/examples/crc32_bench.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ pub fn main() {
5656
println!("{:#x}", h);
5757
}
5858

59-
other => panic!("invalid option '{other}', expected one of 'rs' or 'ng'"),
59+
other => panic!("invalid option '{other}', expected one of 'sse', 'crc32fast', \
60+
'sse-chunked', 'crc32fast-chunked' or 'adler32'"),
6061
}
6162
}

0 commit comments

Comments
 (0)