Skip to content

Commit 8135849

Browse files
committed
fix: message
1 parent 160e131 commit 8135849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hardlink/hardlink_list/summary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ impl<Size: size::Size> Display for SummaryDisplay<'_, Size> {
167167
} else if owned_inodes == &0 {
168168
ln!("All hardlinks within this tree have links without")?;
169169
ln!("* Number of shared inodes: {inodes}")?;
170-
ln!("* Total number of links: {all_links}, {detected_links} detected")?;
170+
ln!("* Total number of links: {all_links} total, {detected_links} detected")?;
171171
ln!("* Total shared size: {shared_size}")?;
172172
} else {
173173
ln!("Some files have links outside this tree")?;

0 commit comments

Comments
 (0)