mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-25 08:09:24 +01:00
Fixed usage statement for new-window
This commit is contained in:
parent
7427cbe81e
commit
3c16d72218
3
CHANGES
3
CHANGES
@ -1,5 +1,6 @@
|
|||||||
04 October 2007
|
04 October 2007
|
||||||
|
|
||||||
|
* (mxey) Fixed usage statemnt for new-window
|
||||||
* (nicm) attach-session (can't believe I forgot it until now!) and list-windows
|
* (nicm) attach-session (can't believe I forgot it until now!) and list-windows
|
||||||
commands.
|
commands.
|
||||||
* (nicm) rename-window and select-window 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
|
(including mutt, emacs). No status bar yet and no key remapping or other
|
||||||
customisation.
|
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 $
|
||||||
|
|
||||||
|
@ -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>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -92,7 +92,7 @@ usage:
|
|||||||
const char *
|
const char *
|
||||||
cmd_new_window_usage(void)
|
cmd_new_window_usage(void)
|
||||||
{
|
{
|
||||||
return ("new-window [command]");
|
return ("new-window [-d] [-n name] [command]");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user