copy-mode and scroll-mode have a -u flag missing from usage, add it.

This commit is contained in:
Nicholas Marriott 2009-07-13 18:44:17 +00:00
parent 023d8d38ec
commit cf411053c7
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ int cmd_copy_mode_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_copy_mode_entry = { const struct cmd_entry cmd_copy_mode_entry = {
"copy-mode", NULL, "copy-mode", NULL,
CMD_TARGET_WINDOW_USAGE, "[-u] " CMD_TARGET_WINDOW_USAGE,
CMD_UFLAG, CMD_UFLAG,
cmd_target_init, cmd_target_init,
cmd_target_parse, cmd_target_parse,

View File

@ -29,7 +29,7 @@ int cmd_scroll_mode_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_scroll_mode_entry = { const struct cmd_entry cmd_scroll_mode_entry = {
"scroll-mode", NULL, "scroll-mode", NULL,
CMD_TARGET_WINDOW_USAGE, "[-u] " CMD_TARGET_WINDOW_USAGE,
CMD_UFLAG, CMD_UFLAG,
cmd_scroll_mode_init, cmd_scroll_mode_init,
cmd_target_parse, cmd_target_parse,