From 0ee6884dfbb242b70baad43604d680f14e9a4581 Mon Sep 17 00:00:00 2001 From: Burak Date: Fri, 6 Oct 2023 15:11:39 +0300 Subject: [PATCH] help info updated --- bin/killdeps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/killdeps b/bin/killdeps index 41cecf7..42727ed 100644 --- a/bin/killdeps +++ b/bin/killdeps @@ -212,7 +212,7 @@ Parameters: [--help] | [-h] - If provided, the script shows help [--only-locked] - If provided, the script only deletes directories if respective lock files - ('composer.lock', 'yarn.lock', 'package-lock.json') are present in the same directory. + ('composer.lock', 'bun.lockb', 'yarn.lock', 'package-lock.json') are present in the same directory. [--dry-run] - If provided, the script performs a dry run. It scans the directories and shows what it would delete, but it doesn't actually delete anything.