Add missing documentation for the -a flag used to move to next/previous window

with alert.
This commit is contained in:
Nicholas Marriott
2009-06-03 15:58:40 +00:00
parent e659aa86b9
commit 41d985ace3
3 changed files with 10 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ int cmd_previous_window_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_previous_window_entry = {
"previous-window", "prev",
CMD_TARGET_SESSION_USAGE,
"[-a] " CMD_TARGET_SESSION_USAGE,
CMD_AFLAG,
cmd_previous_window_init,
cmd_target_parse,