From 3a0016a78a2d2bc77a4dc52fb03edbaf7b0a1ad3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 9 Dec 2012 23:17:35 +0000 Subject: Use the CMD_*_USAGE defines consistently, from Thomas Adam. --- cmd-list-panes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-list-panes.c') diff --git a/cmd-list-panes.c b/cmd-list-panes.c index 7a8d81d2..717562a4 100644 --- a/cmd-list-panes.c +++ b/cmd-list-panes.c @@ -38,7 +38,7 @@ void cmd_list_panes_window(struct cmd *, const struct cmd_entry cmd_list_panes_entry = { "list-panes", "lsp", "asF:t:", 0, 0, - "[-as] [-F format] [-t target]", + "[-as] [-F format] " CMD_TARGET_WINDOW_USAGE, 0, NULL, NULL, -- cgit v1.2.3