mirror of
https://github.com/EnumeratedDev/bpm-utils.git
synced 2026-09-16 02:56:11 +00:00
Add command description to bpm-setup help message
This commit is contained in:
@@ -60,6 +60,7 @@ func setupFlags() {
|
|||||||
|
|
||||||
func help() {
|
func help() {
|
||||||
fmt.Println("Usage: bpm-setup <options>")
|
fmt.Println("Usage: bpm-setup <options>")
|
||||||
|
fmt.Println("Description: bpm-setup sets up directories for BPM source package creation")
|
||||||
fmt.Println("Options:")
|
fmt.Println("Options:")
|
||||||
fmt.Println(" -D=<directory> | Path to package directory")
|
fmt.Println(" -D=<directory> | Path to package directory")
|
||||||
fmt.Println(" -n=<name> | Set the package name (Defaults to \"package-name\")")
|
fmt.Println(" -n=<name> | Set the package name (Defaults to \"package-name\")")
|
||||||
|
|||||||
Reference in New Issue
Block a user