Skip to content

Commit b977ccf

Browse files
pRizzcursoragent
andcommitted
chore(cli): clarify disk usage label
Rename the update output heading to "Docker disk usage" so the scope is explicit. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c045965 commit b977ccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli-rust/src/commands/disk_usage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub fn format_disk_usage_report(
2727
baseline: Option<DiskUsageReport>,
2828
) -> Vec<String> {
2929
let mut lines = vec![
30-
format!("Disk usage ({stage}):"),
30+
format!("Docker disk usage ({stage}):"),
3131
format!(" Images: {}", format_usage_value(report.images)),
3232
format!(" Containers: {}", format_usage_value(report.containers)),
3333
format!(" Volumes: {}", format_usage_value(report.volumes)),

0 commit comments

Comments
 (0)