Skip to content

Commit

Permalink
sipexer: small update to help message
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Aug 25, 2024
1 parent a504846 commit 96d51ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sipexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ func init() {
flag.StringVar(&cliops.authapassword, "auth-password", cliops.authapassword, "authentication password")
flag.StringVar(&cliops.authapassword, "ap", cliops.authapassword, "authentication password")
flag.StringVar(&cliops.noval, "no-val", cliops.noval, "no value string")
flag.StringVar(&cliops.contacturi, "contact-uri", cliops.contacturi, "contact uri")
flag.StringVar(&cliops.contacturi, "cu", cliops.contacturi, "contact uri")
flag.StringVar(&cliops.contacturi, "contact-uri", cliops.contacturi, "contact header uri")
flag.StringVar(&cliops.contacturi, "cu", cliops.contacturi, "contact header uri")
flag.StringVar(&cliops.expires, "expires", cliops.expires, "expires header value")
flag.StringVar(&cliops.expires, "ex", cliops.expires, "expires header value")

Expand Down

0 comments on commit 96d51ee

Please sign in to comment.