mirror of
https://github.com/tmux/tmux.git
synced 2025-01-06 07:48:48 +00:00
suspend-client has used -t for the client target (like everything else)
for ages, fix the usage string and man page and trim some leftover code.
This commit is contained in:
parent
f833b885a1
commit
a4515ce138
@ -29,14 +29,9 @@
|
||||
|
||||
int cmd_suspend_client_exec(struct cmd *, struct cmd_ctx *);
|
||||
|
||||
struct cmd_suspend_client_data {
|
||||
char *name;
|
||||
char *target;
|
||||
};
|
||||
|
||||
const struct cmd_entry cmd_suspend_client_entry = {
|
||||
"suspend-client", "suspendc",
|
||||
"[-c target-client]",
|
||||
CMD_TARGET_CLIENT_USAGE,
|
||||
0, "",
|
||||
cmd_target_init,
|
||||
cmd_target_parse,
|
||||
|
Loading…
Reference in New Issue
Block a user