diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-16 06:33:50 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-16 06:33:50 +0000 |
commit | a8e3e989dd6aba29033084662efdad8c71b86ca3 (patch) | |
tree | 6c94d9bc78bd9a5ac288e2b1d677f37234562fd2 /cmd-show-options.c | |
parent | 1d0810547fd192bb17769e099722b7331466b602 (diff) | |
download | rtmux-a8e3e989dd6aba29033084662efdad8c71b86ca3.tar.gz rtmux-a8e3e989dd6aba29033084662efdad8c71b86ca3.tar.bz2 rtmux-a8e3e989dd6aba29033084662efdad8c71b86ca3.zip |
Document show-options.
Diffstat (limited to 'cmd-show-options.c')
-rw-r--r-- | cmd-show-options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-show-options.c b/cmd-show-options.c index 9e94e690..7a4a5095 100644 --- a/cmd-show-options.c +++ b/cmd-show-options.c @@ -1,4 +1,4 @@ -/* $Id: cmd-show-options.c,v 1.1 2008-06-15 08:01:54 nicm Exp $ */ +/* $Id: cmd-show-options.c,v 1.2 2008-06-16 06:33:50 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -46,7 +46,7 @@ struct cmd_show_options_data { */ const struct cmd_entry cmd_show_options_entry = { "show-options", "show", - "[-t target-window]", + "[-t target-session]", 0, NULL, cmd_show_options_parse, |