summaryrefslogtreecommitdiffhomepage
path: root/bgpd.go
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd.go')
-rw-r--r--bgpd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd.go b/bgpd.go
index 8e9effd3..7c24eadb 100644
--- a/bgpd.go
+++ b/bgpd.go
@@ -37,7 +37,7 @@ func main() {
var opts struct {
ConfigFile string `short:"f" long:"config-file" description:"specifying a config file"`
LogLevel string `short:"l" long:"log-level" description:"specifying log level"`
- LogJson bool `shot:"j" long:"log-json" description:"use json format for logging"`
+ LogJson bool `short:"j" long:"log-json" description:"use json format for logging"`
}
_, err := flags.Parse(&opts)
if err != nil {