Skip to content

Commit 28c50e0

Browse files
committed
net id str and int
1 parent 2efd9b0 commit 28c50e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cli/hpr_cli_info.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ info_netids(["info", "netids"], [], []) ->
8383
List = lists:map(
8484
fun({NetID, Count}) ->
8585
#{
86-
net_id => hpr_utils:net_id_display(NetID),
86+
net_id_str => hpr_utils:net_id_display(NetID),
87+
net_id_int => NetID,
8788
count => Count
8889
}
8990
end,

0 commit comments

Comments
 (0)