=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-new-window.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- src/usr.bin/tmux/cmd-new-window.c 2012/10/15 21:53:30 1.28 +++ src/usr.bin/tmux/cmd-new-window.c 2012/12/09 23:17:35 1.29 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-new-window.c,v 1.28 2012/10/15 21:53:30 nicm Exp $ */ +/* $OpenBSD: cmd-new-window.c,v 1.29 2012/12/09 23:17:35 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -32,7 +32,7 @@ "new-window", "neww", "ac:dF:kn:Pt:", 0, 1, "[-adkP] [-c start-directory] [-F format] [-n window-name] " - "[-t target-window] [command]", + CMD_TARGET_WINDOW_USAGE " [command]", 0, NULL, NULL,