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\")")