Sort options from Pierre Riteau.

This commit is contained in:
Nicholas Marriott
2008-06-18 16:39:15 +00:00
parent 64b88167d1
commit 6c23e89f48
6 changed files with 27 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: cmd-new-window.c,v 1.23 2008-06-05 21:25:00 nicm Exp $ */
/* $Id: cmd-new-window.c,v 1.24 2008-06-18 16:39:15 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -44,7 +44,7 @@ struct cmd_new_window_data {
const struct cmd_entry cmd_new_window_entry = {
"new-window", "neww",
"[-d] [-t target-window] [-n window-name] [command]",
"[-d] [-n window-name] [-t target-window] [command]",
0,
cmd_new_window_init,
cmd_new_window_parse,