diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-03-30 08:58:25 -0400 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-03-30 08:58:25 -0400 |
commit | 9402a311119b55eca0506b8b7a2f27e97b318e48 (patch) | |
tree | c7fc9be6b8865bd891670197eeda55c881a35aa4 /src/common | |
parent | 58fb36ee34f1492717d4a5a9fd39defc44848289 (diff) |
Improve help message for /close
Closes #1397
Diffstat (limited to 'src/common')
-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 fed83714..2342fd64 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -3869,7 +3869,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|[-]<amount>], Clears the current text window or command history")}, - {"CLOSE", cmd_close, 0, 0, 1, N_("CLOSE [-m], Closes the current window/tab or all queries")}, + {"CLOSE", cmd_close, 0, 0, 1, N_("CLOSE [-m], Closes the current tab, closing the window if this is the only open tab, or with the \"-m\" flag, closes all queries.")}, {"COUNTRY", cmd_country, 0, 0, 1, N_("COUNTRY [-s] <code|wildcard>, finds a country code, eg: au = australia")}, |