Skip to content

Commit cbac5ff

Browse files
committed
ping: fix documentation in all remaining places {peerid} -> peer {id}
1 parent 84eacae commit cbac5ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightningd/gossip_control.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ static void json_dev_query_scids(struct command *cmd,
457457
static const struct json_command dev_query_scids_command = {
458458
"dev-query-scids",
459459
json_dev_query_scids,
460-
"Query {peerid} for [scids]"
460+
"Query peer {id} for [scids]"
461461
};
462462
AUTODATA(json_command, &dev_query_scids_command);
463463

@@ -487,7 +487,7 @@ static void json_dev_send_timestamp_filter(struct command *cmd,
487487
static const struct json_command dev_send_timestamp_filter = {
488488
"dev-send-timestamp-filter",
489489
json_dev_send_timestamp_filter,
490-
"Send {peerid} the timestamp filter {first} {range}"
490+
"Send peer {id} the timestamp filter {first} {range}"
491491
};
492492
AUTODATA(json_command, &dev_send_timestamp_filter);
493493

@@ -554,7 +554,7 @@ static void json_dev_query_channel_range(struct command *cmd,
554554
static const struct json_command dev_query_channel_range_command = {
555555
"dev-query-channel-range",
556556
json_dev_query_channel_range,
557-
"Query {peerid} for short_channel_ids for {first} block + {num} blocks"
557+
"Query peer {id} for short_channel_ids for {first} block + {num} blocks"
558558
};
559559
AUTODATA(json_command, &dev_query_channel_range_command);
560560

0 commit comments

Comments
 (0)