Skip to content

Commit

Permalink
Merge pull request #20 from blinklabs-io/fix/api-usage
Browse files Browse the repository at this point in the history
fix: add api to usage
  • Loading branch information
wolf31o2 authored Oct 1, 2023
2 parents 08a4d38 + eedee74 commit d108e5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/bursa/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ func main() {
flag.CommandLine.Output(),
"Usage: bursa [-h] [subcommand] [args]\n\nSubcommands:\n\n",
)
fmt.Fprintf(
flag.CommandLine.Output(),
" - %-18s %s\n",
"api",
"run an API server",
)
fmt.Fprintf(
flag.CommandLine.Output(),
" - %-18s %s\n",
Expand Down

0 comments on commit d108e5e

Please sign in to comment.