Skip to content

Commit

Permalink
Indicate json support in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinowsky committed Mar 3, 2024
1 parent f9b9c5f commit 1f64316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/io/calimero/tools/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@ static String printCommonOptions() {
--tpuart use TP-UART communication
--medium -m <id> KNX medium [tp1|p110|knxip|rf] (default tp1)
--domain <address> domain address on KNX PL/RF medium (defaults to broadcast domain)
--knx-address -k <addr> KNX device address of local endpoint"""
--knx-address -k <addr> KNX device address of local endpoint
--json show JSON-formatted output"""
.formatted(KNXnetIPConnection.DEFAULT_PORT);
}

Expand Down

0 comments on commit 1f64316

Please sign in to comment.