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 160e131 commit 8135849Copy full SHA for 8135849
1 file changed
src/hardlink/hardlink_list/summary.rs
@@ -167,7 +167,7 @@ impl<Size: size::Size> Display for SummaryDisplay<'_, Size> {
167
} else if owned_inodes == &0 {
168
ln!("All hardlinks within this tree have links without")?;
169
ln!("* Number of shared inodes: {inodes}")?;
170
- ln!("* Total number of links: {all_links}, {detected_links} detected")?;
+ ln!("* Total number of links: {all_links} total, {detected_links} detected")?;
171
ln!("* Total shared size: {shared_size}")?;
172
} else {
173
ln!("Some files have links outside this tree")?;
0 commit comments