Browse Source

close: update short help text

Update short help text to match undeprecated close API
travis-debug
lisa neigut 5 years ago
committed by neil saitug
parent
commit
2c69ece7fe
  1. 6
      lightningd/peer_control.c

6
lightningd/peer_control.c

@ -1557,10 +1557,8 @@ static const struct json_command close_command = {
json_close,
"Close the channel with {id} "
"(either peer ID, channel ID, or short channel ID). "
"If {force} (default false) is true, force a unilateral close "
"after {timeout} seconds (default 30), "
"otherwise just schedule a mutual close later and fail after "
"timing out."
"Force a unilateral close after {unilateraltimeout} seconds (default 48h). "
"If {destination} address is provided, will be used as output address."
};
AUTODATA(json_command, &close_command);

Loading…
Cancel
Save