Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 6fb3c3d

Browse files
committed
0.1.6
Documentation: - Added a note to garbage creation prevention instructions in dry run documentation
1 parent ba7ea5a commit 6fb3c3d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ This will:
204204

205205
* List all garbage with their locations and sizes.
206206
* Each cleanup rule can have information on how to prevent garbage creation (relevant to that particular rule). Detailed
207-
dry run will show this information for garbage which was found on your system.
207+
dry run will show this information, but only for garbage which was found on your system.
208208

209209
== More documentation
210210

doc/dry-run.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ Location: ~/scoop/cache/*.*
7070
Prevention instructions: Scoop does not support disabling cache in configuration. Use the `--no-cache` flag instead, when issuing commands. Example: `scoop update --all --no-cache`.
7171
----
7272

73+
[IMPORTANT]
74+
====
75+
You will only get these instructions for garbage that was detected on your system and which is relevant to you.
76+
====
77+
7378
=== Dry run also detects errors in cleanup list file
7479

7580
Whether you start dry run in detailed or non-detailed mode, it will report some of the errors found in your cleanup list

0 commit comments

Comments
 (0)