From c3ab4f3cf78aaae48fcc9690900bcfb6700a1a33 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 29 May 2025 09:19:46 +0300 Subject: [PATCH] mac-cleanup: fix issues (#16644) --- pages/osx/mac-cleanup.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/osx/mac-cleanup.md b/pages/osx/mac-cleanup.md index 0303478cf0..9e4fa5204f 100644 --- a/pages/osx/mac-cleanup.md +++ b/pages/osx/mac-cleanup.md @@ -11,14 +11,14 @@ `mac-cleanup {{[-c|--configure]}}` -- Perform a dry-ru[n], showing what will be removed without actually deleting it: +- Perform a dry-run, showing what will be removed without actually deleting it: `mac-cleanup {{[-n|--dry-run]}}` -- Specify the directory with custom cleanup [p]ath: +- Specify the directory with custom cleanup path: `mac-cleanup {{[-p|--custom-path]}} {{path/to/directory}}` -- Automatically acknowledge all warnings and continue with [f]orce: +- Automatically acknowledge all warnings and continue with force: -`mac-cleanup -f` +`mac-cleanup {{[-f|--force]}}`