summaryrefslogtreecommitdiffstats
path: root/cmd-new-session.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-12-31 18:50:37 +0000
committerThomas Adam <thomas@xteddy.org>2012-12-31 18:50:37 +0000
commit675c6b37734a622b4530d35505f897310fdb138c (patch)
treef604d1b678f6724d9dda28ce14a0efbcdf47a1f3 /cmd-new-session.c
parentf4472c16b2b05914ed1d2eb4d5bbf9cd1929f77a (diff)
parent854e8ae04d15c16b688ba38119656aee134548dd (diff)
Merge branch 'obsd-master'
Sync from OpenBSD.
Diffstat (limited to 'cmd-new-session.c')
-rw-r--r--cmd-new-session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-new-session.c b/cmd-new-session.c
index 93cf945a..bb4cdcac 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,