From e3471fbfaabd5c2b0429ba3b10c6bf93395637f4 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 20 Dec 2015 03:15:00 +0000 Subject: [PATCH] Fixed /charset help --- src/command/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/command.c b/src/command/command.c index 72c0c42c..31e9d2ea 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -950,7 +950,7 @@ static struct cmd_t command_defs[] = CMD_TAGS( CMD_TAG_UI) CMD_SYN( - "/beep") + "/charset") CMD_DESC( "Display information about the current character set supported by the terminal. ") CMD_NOARGS