We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdce0d commit 9107041Copy full SHA for 9107041
tests/cli_errors.rs
@@ -69,7 +69,7 @@ fn min_ratio_1() {
69
text_block! {
70
"error: Invalid value \"1\" for '--min-ratio <MIN_RATIO>': greater than or equal to 1"
71
""
72
- "For more information try --help"
+ "For more information try '--help'"
73
}
74
);
75
assert_eq!(&stdout, &[] as &[u8]);
@@ -98,7 +98,7 @@ fn max_depth_0() {
98
99
"error: Invalid value \"0\" for '--max-depth <MAX_DEPTH>': number would be zero for non-zero type"
100
101
102
103
104
0 commit comments