Use the CMD_*_USAGE defines consistently, from Thomas Adam.

This commit is contained in:
Nicholas Marriott
2012-12-09 23:17:35 +00:00
parent 3fa4f691e3
commit 3a0016a78a
8 changed files with 11 additions and 9 deletions

View File

@ -36,7 +36,7 @@ void cmd_paste_buffer_filter(struct window_pane *,
const struct cmd_entry cmd_paste_buffer_entry = {
"paste-buffer", "pasteb",
"db:prs:t:", 0, 0,
"[-dpr] [-s separator] [-b buffer-index] [-t target-pane]",
"[-dpr] [-s separator] [-b buffer-index] " CMD_TARGET_PANE_USAGE,
0,
NULL,
NULL,