From bf0ff9838513f88e98e495590de040f6ce0bb48c Mon Sep 17 00:00:00 2001 From: TingPing Date: Sun, 25 Aug 2013 10:52:37 -0400 Subject: [PATCH] Update help for close command --- src/common/outbound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] []")}, {"CHARSET", cmd_charset, 0, 0, 1, N_("CHARSET [], 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] , finds a country code, eg: au = australia")},