mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 03:48:20 +00:00
Use the CMD_*_USAGE defines consistently, from Thomas Adam.
This commit is contained in:
@@ -35,7 +35,7 @@ const struct cmd_entry cmd_split_window_entry = {
|
||||
"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,
|
||||
|
Reference in New Issue
Block a user