diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-14 06:42:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-14 06:42:22 +0000 |
commit | 5ccd0025a0867c9f5d9f173537c8336c7492bc8e (patch) | |
tree | 5b13139547f3ab32baf58f3b13c2dc153787cd70 /cmd-copy-mode.c | |
parent | d358a352c0d29f66c62f52f1f4426d6f90832abd (diff) | |
download | rtmux-5ccd0025a0867c9f5d9f173537c8336c7492bc8e.tar.gz rtmux-5ccd0025a0867c9f5d9f173537c8336c7492bc8e.tar.bz2 rtmux-5ccd0025a0867c9f5d9f173537c8336c7492bc8e.zip |
copy-mode and scroll-mode have a -u flag missing from usage, add it.
Diffstat (limited to 'cmd-copy-mode.c')
-rw-r--r-- | cmd-copy-mode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-copy-mode.c b/cmd-copy-mode.c index 4f647786..e46abe70 100644 --- a/cmd-copy-mode.c +++ b/cmd-copy-mode.c @@ -1,4 +1,4 @@ -/* $Id: cmd-copy-mode.c,v 1.19 2009-07-01 23:06:32 nicm Exp $ */ +/* $Id: cmd-copy-mode.c,v 1.20 2009-07-14 06:42:22 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -28,7 +28,7 @@ int cmd_copy_mode_exec(struct cmd *, struct cmd_ctx *); const struct cmd_entry cmd_copy_mode_entry = { "copy-mode", NULL, - CMD_TARGET_WINDOW_USAGE, + "[-u] " CMD_TARGET_WINDOW_USAGE, CMD_UFLAG, cmd_target_init, cmd_target_parse, |