Skip to content

Commit 513a404

Browse files
committed
Typo fix.
1 parent bc7e87b commit 513a404

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/loraserver/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ func main() {
338338
Value: 200 * time.Millisecond,
339339
},
340340
cli.DurationFlag{
341-
Name: "get-dowlink-data-delay",
341+
Name: "get-downlink-data-delay",
342342
Usage: "delay between uplink delivery to the app server and getting the downlink data from the app server (if any)",
343343
EnvVar: "GET_DOWNLINK_DATA_DELAY",
344344
Value: 100 * time.Millisecond,

docs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GLOBAL OPTIONS:
2424
--nc-tls-cert value tls certificate used by the network-controller client (optional) [$NC_TLS_CERT]
2525
--nc-tls-key value tls key used by the network-controller client (optional) [$NC_TLS_KEY]
2626
--deduplication-delay value time to wait for uplink de-duplication (default: 200ms) [$DEDUPLICATION_DELAY]
27-
--dowlink-data-delay value delay between uplink delivery to the app server and getting the downlink data from the app server (if any) (default: 100ms) [$DOWNLINK_DATA_DELAY]
27+
--downlink-data-delay value delay between uplink delivery to the app server and getting the downlink data from the app server (if any) (default: 100ms) [$DOWNLINK_DATA_DELAY]
2828
--help, -h show help
2929
--version, -v print the version
3030
```

0 commit comments

Comments
 (0)