Skip to content

Commit d0ac611

Browse files
authored
Merge pull request #1897 from Kobzol/fix-doc-comment
Fix doc comment in binary stats command
2 parents 6f55bc8 + bc30d77 commit d0ac611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/src/bin/collector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ enum BinaryStatsMode {
450450
/// Optionally compares sizes between two compiler toolchains, if `--rustc2` is provided.
451451
Compile(BinaryStatsCompile),
452452
/// Show size statistics for the selected binary artifact on disk.
453-
/// Optionally compares sizes with a second provided artifact, if `--artifact2` is provided.
453+
/// Optionally compares sizes with a second provided artifact.
454454
Local(BinaryStatsLocal),
455455
}
456456

0 commit comments

Comments
 (0)