summaryrefslogtreecommitdiffstats
path: root/cmd-new-window.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-02 21:36:51 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-02 21:36:51 +0000
commit95cc21c25180d0f2e7b488983e3078834343d162 (patch)
tree5a934b9788ab33cd06d41c3216ab7524bf464766 /cmd-new-window.c
parent259dcbbc9326689ab7e982a73ebbeff947f7260f (diff)
Quick man page update, also fix some usages and get rid of some CMD_KEY checks.
Diffstat (limited to 'cmd-new-window.c')
-rw-r--r--cmd-new-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-new-window.c b/cmd-new-window.c
index e930de56..b01a77a7 100644
--- a/cmd-new-window.c
+++ b/cmd-new-window.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-new-window.c,v 1.16 2008-06-02 21:08:36 nicm Exp $ */
+/* $Id: cmd-new-window.c,v 1.17 2008-06-02 21:36:51 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -43,7 +43,7 @@ struct cmd_new_window_data {
const struct cmd_entry cmd_new_window_entry = {
"new-window", "neww",
- "[-d] [-s session-name] [-i index] [-n name] [command]",
+ "[-d] [-i index] [-n name] [-s session-name] [command]",
0,
cmd_new_window_parse,
cmd_new_window_exec,