From e147d7413702767b1ba34e223f8d92a47d050cfa Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 8 Apr 2025 14:16:32 +0300 Subject: [PATCH] Add command description to bpm-setup help message --- src/bpm-setup/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bpm-setup/main.go b/src/bpm-setup/main.go index f2d071f..bebb039 100644 --- a/src/bpm-setup/main.go +++ b/src/bpm-setup/main.go @@ -60,6 +60,7 @@ func setupFlags() { func help() { fmt.Println("Usage: bpm-setup ") + fmt.Println("Description: bpm-setup sets up directories for BPM source package creation") fmt.Println("Options:") fmt.Println(" -D= | Path to package directory") fmt.Println(" -n= | Set the package name (Defaults to \"package-name\")")