@@ -457,7 +457,7 @@ static void json_dev_query_scids(struct command *cmd,
457457static 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};
462462AUTODATA (json_command , & dev_query_scids_command );
463463
@@ -487,7 +487,7 @@ static void json_dev_send_timestamp_filter(struct command *cmd,
487487static 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};
492492AUTODATA (json_command , & dev_send_timestamp_filter );
493493
@@ -554,7 +554,7 @@ static void json_dev_query_channel_range(struct command *cmd,
554554static 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};
559559AUTODATA (json_command , & dev_query_channel_range_command );
560560
0 commit comments