diff options
author | TingPing <TingPing@users.noreply.github.com> | 2013-08-25 10:52:37 -0400 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2013-08-25 10:52:37 -0400 |
commit | bf0ff9838513f88e98e495590de040f6ce0bb48c (patch) | |
tree | 67f9526ef56316399fb6677599647a36516fde3b /src | |
parent | 66412e49978038d40e7c3940e5c8a9fa25db4ce2 (diff) |
Update help for close command
Diffstat (limited to 'src')
-rw-r--r-- | src/common/outbound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c index 158b2b16..a325fee4 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -3816,7 +3816,7 @@ const struct commands xc_cmds[] = { {"CHANOPT", cmd_chanopt, 0, 0, 1, N_("CHANOPT [-quiet] <variable> [<value>]")}, {"CHARSET", cmd_charset, 0, 0, 1, N_("CHARSET [<encoding>], get or set the encoding used for the current connection")}, {"CLEAR", cmd_clear, 0, 0, 1, N_("CLEAR [ALL|HISTORY], Clears the current text window or command history")}, - {"CLOSE", cmd_close, 0, 0, 1, N_("CLOSE, Closes the current window/tab")}, + {"CLOSE", cmd_close, 0, 0, 1, N_("CLOSE [-m], Closes the current window/tab or all queries")}, {"COUNTRY", cmd_country, 0, 0, 1, N_("COUNTRY [-s] <code|wildcard>, finds a country code, eg: au = australia")}, |