From a4515ce138a7c5f275a7134018cfa28c76612321 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 1 Jan 2011 11:24:45 +0000 Subject: 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. --- cmd-suspend-client.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cmd-suspend-client.c') diff --git a/cmd-suspend-client.c b/cmd-suspend-client.c index 5c166c37..b90121a0 100644 --- a/cmd-suspend-client.c +++ b/cmd-suspend-client.c @@ -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, -- cgit