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-new-session.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd-new-session.c') diff --git a/cmd-new-session.c b/cmd-new-session.c index 0fcea353..ee161808 100644 --- a/cmd-new-session.c +++ b/cmd-new-session.c @@ -36,8 +36,8 @@ enum cmd_retval cmd_new_session_exec(struct cmd *, struct cmd_ctx *); const struct cmd_entry cmd_new_session_entry = { "new-session", "new", "dn:s:t:x:y:", 0, 1, - "[-d] [-n window-name] [-s session-name] [-t target-session] " - "[-x width] [-y height] [command]", + "[-d] [-n window-name] [-s session-name] " CMD_TARGET_SESSION_USAGE + " [-x width] [-y height] [command]", CMD_STARTSERVER|CMD_CANTNEST|CMD_SENDENVIRON, NULL, cmd_new_session_check, -- cgit v1.2.3