mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
show --listen separately in the help text
Co-authored-by: Sumner Evans <me@sumnerevans.com>
This commit is contained in:
parent
b180f9d8a2
commit
fc66b9ac27
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ func main() {
|
||||||
exhttp.AutoAllowCORS = false
|
exhttp.AutoAllowCORS = false
|
||||||
flag.SetHelpTitles(
|
flag.SetHelpTitles(
|
||||||
"gomuks - A Matrix client written in Go.",
|
"gomuks - A Matrix client written in Go.",
|
||||||
"gomuks [-hvl]",
|
"gomuks [-hv] [--listen <listen_address>]",
|
||||||
)
|
)
|
||||||
err := flag.Parse()
|
err := flag.Parse()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue