diff options
Diffstat (limited to 'pbx')
-rw-r--r-- | pbx/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pbx/main.go b/pbx/main.go index fac444e..b65bac6 100644 --- a/pbx/main.go +++ b/pbx/main.go @@ -25,6 +25,7 @@ const ( ) func main() { + flag.Parse() conn, err := spdu.Dial(*pbx) if err != nil { log.Fatal(err) |