mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
close: update short help text
Update short help text to match undeprecated close API
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user