aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Gass <mxey@arcor.de>2007-10-04 12:40:56 +0000
committerMaximilian Gass <mxey@arcor.de>2007-10-04 12:40:56 +0000
commit3c16d72218ce4bd72d039b25d87318d50cd72b9e (patch)
tree389fa2f05ec048a12c1c5c5bf1545f7c401a3282
parent7427cbe81e3a98852271a248df4a546d2170f297 (diff)
downloadrtmux-3c16d72218ce4bd72d039b25d87318d50cd72b9e.tar.gz
rtmux-3c16d72218ce4bd72d039b25d87318d50cd72b9e.tar.bz2
rtmux-3c16d72218ce4bd72d039b25d87318d50cd72b9e.zip
Fixed usage statement for new-window
-rw-r--r--CHANGES3
-rw-r--r--cmd-new-window.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index dc3cd777..bf8d81ab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
04 October 2007
+* (mxey) Fixed usage statemnt for new-window
* (nicm) attach-session (can't believe I forgot it until now!) and list-windows
commands.
* (nicm) rename-window and select-window commands.
@@ -112,5 +113,5 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.31 2007-10-04 11:52:02 nicm Exp $
+$Id: CHANGES,v 1.32 2007-10-04 12:40:56 mxey Exp $
diff --git a/cmd-new-window.c b/cmd-new-window.c
index b73c3a6a..641a6c86 100644
--- a/cmd-new-window.c
+++ b/cmd-new-window.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-new-window.c,v 1.4 2007-10-04 10:39:06 nicm Exp $ */
+/* $Id: cmd-new-window.c,v 1.5 2007-10-04 12:40:56 mxey Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -92,7 +92,7 @@ usage:
const char *
cmd_new_window_usage(void)
{
- return ("new-window [command]");
+ return ("new-window [-d] [-n name] [command]");
}
void