This commit is contained in:
2025-06-16 14:00:59 -07:00
parent 50526b78aa
commit 8149d07619
2 changed files with 6 additions and 6 deletions

View File

@ -36,6 +36,7 @@ func main() {
if helpFlag {
flag.CommandLine.SetOutput(os.Stdout)
fmt.Println("Epochcli Help:")
flag.PrintDefaults()
os.Exit(0)
}