From 2f8d6a7ea9e2230cfbd5e73e7719eb827b484c4a Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 10 Apr 2025 15:08:27 +0300 Subject: [PATCH] Add missing dashes in the printHelp function --- src/bpm/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bpm/main.go b/src/bpm/main.go index 45349f3..7265eb9 100644 --- a/src/bpm/main.go +++ b/src/bpm/main.go @@ -541,8 +541,8 @@ func printHelp() { fmt.Println(" -v Show additional information about what BPM is doing") fmt.Println(" -R= lets you define the root path which will be used") fmt.Println(" -y skips the confirmation prompt") - fmt.Println(" -unused removes only packages that aren't required as dependencies by other packages") - fmt.Println(" -cleanup performs a dependency cleanup") + fmt.Println(" --unused removes only packages that aren't required as dependencies by other packages") + fmt.Println(" --cleanup performs a dependency cleanup") fmt.Println("-> bpm cleanup [-R, -v, -y] | remove all unused dependency packages") fmt.Println(" -v Show additional information about what BPM is doing") fmt.Println(" -R= lets you define the root path which will be used")