summaryrefslogtreecommitdiffstats
path: root/cmd-next-window.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-06-03 15:58:40 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-06-03 15:58:40 +0000
commit41d985ace3189c7375a8f1c2d1d2d028a20cf731 (patch)
tree3e9956277f7224a50afa48c24bf5bfa2d124d84b /cmd-next-window.c
parente659aa86b9b88db6e84979cd9321884f8109424a (diff)
Add missing documentation for the -a flag used to move to next/previous window
with alert.
Diffstat (limited to 'cmd-next-window.c')
-rw-r--r--cmd-next-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-next-window.c b/cmd-next-window.c
index 71346764..d49fe4cb 100644
--- a/cmd-next-window.c
+++ b/cmd-next-window.c
@@ -29,7 +29,7 @@ int cmd_next_window_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_next_window_entry = {
"next-window", "next",
- CMD_TARGET_SESSION_USAGE,
+ "[-a] " CMD_TARGET_SESSION_USAGE,
CMD_AFLAG,
cmd_next_window_init,
cmd_target_parse,