Skip to content

Commit f4382ce

Browse files
committed
Update help text.
1 parent 388b42e commit f4382ce

File tree

1 file changed

+2
-2
lines changed
  • cmd/chirpstack-gateway-bridge/cmd

1 file changed

+2
-2
lines changed

cmd/chirpstack-gateway-bridge/cmd/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ var rootCmd = &cobra.Command{
2222
Use: "chirpstack-gateway-bridge",
2323
Short: "abstracts the packet_forwarder protocol into Protobuf or JSON over MQTT",
2424
Long: `ChirpStack Gateway Bridge abstracts the packet_forwarder protocol into Protobuf or JSON over MQTT
25-
> documentation & support: https://www.chirpstack.io/gateway-bridge/
26-
> source & copyright information: https://github.com/brocaar/chirpstack-gateway-bridge`,
25+
> documentation & support: https://www.chirpstack.io/
26+
> source & copyright information: https://github.com/chirpstack/chirpstack-gateway-bridge`,
2727
RunE: run,
2828
}
2929

0 commit comments

Comments
 (0)