mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Fixed /wins swap help
This commit is contained in:
parent
e9ddbab585
commit
f8b2e009ed
@ -349,12 +349,12 @@ static struct cmd_t command_defs[] =
|
|||||||
{ "/wins",
|
{ "/wins",
|
||||||
cmd_wins, parse_args, 0, 3, NULL,
|
cmd_wins, parse_args, 0, 3, NULL,
|
||||||
{ "/wins [tidy|prune|swap] [source] [target]", "List or tidy active windows.",
|
{ "/wins [tidy|prune|swap] [source] [target]", "List or tidy active windows.",
|
||||||
{ "/wins [tidy|prune] [source] [target]",
|
{ "/wins [tidy|prune|swap] [source] [target]",
|
||||||
"------------------------------------",
|
"-----------------------------------------",
|
||||||
"Passing no argument will list all currently active windows and information about their usage.",
|
"Passing no argument will list all currently active windows and information about their usage.",
|
||||||
"tidy : Shuffle windows so there are no gaps.",
|
"tidy : Shuffle windows so there are no gaps.",
|
||||||
"prune : Close all windows with no unread messages, and then tidy as above.",
|
"prune : Close all windows with no unread messages, and then tidy as above.",
|
||||||
"swap source target : Swap windows.",
|
"swap source target : Swap windows, target may be an empty position.",
|
||||||
NULL } } },
|
NULL } } },
|
||||||
|
|
||||||
{ "/sub",
|
{ "/sub",
|
||||||
|
Loading…
Reference in New Issue
Block a user