From 524d22e4cc7221e2e16689f61f4726be00adf5a8 Mon Sep 17 00:00:00 2001 From: darosior Date: Sat, 7 Mar 2020 15:50:15 +0100 Subject: [PATCH] doc: update listchannels manpage After #3576 .. --- doc/lightning-listchannels.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lightning-listchannels.7 b/doc/lightning-listchannels.7 index 7cc44c0c6..3aee16340 100644 --- a/doc/lightning-listchannels.7 +++ b/doc/lightning-listchannels.7 @@ -12,11 +12,11 @@ to the node\. Because channels may be bidirectional, up to 2 objects will be returned for each channel (one for each direction)\. -If \fIshort_channel_id\fR is supplied, then only known channels with a -matching \fIshort_channel_id\fR are returned\. +If \fIshort_channel_id\fR is a short channel id, then only known channels with a +matching \fIshort_channel_id\fR are returned\. Otherwise, it must be null\. -If \fIsource\fR is supplied, then only channels leading from that node id +If \fIsource\fR is a node id, then only channels leading from that node id are returned\.