=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-split-window.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- src/usr.bin/tmux/cmd-split-window.c 2012/08/14 08:51:53 1.36 +++ src/usr.bin/tmux/cmd-split-window.c 2012/12/09 23:17:35 1.37 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-split-window.c,v 1.36 2012/08/14 08:51:53 nicm Exp $ */ +/* $OpenBSD: cmd-split-window.c,v 1.37 2012/12/09 23:17:35 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -35,7 +35,7 @@ "split-window", "splitw", "c:dF:l:hp:Pt:v", 0, 1, "[-dhvP] [-c start-directory] [-F format] [-p percentage|-l size] " - "[-t target-pane] [command]", + CMD_TARGET_PANE_USAGE " [command]", 0, cmd_split_window_key_binding, NULL,