Skip to content

Commit bc30d77

Browse files
committed
Fix doc comment in binary stats command
1 parent 6f55bc8 commit bc30d77

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)