about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-12-20 03:15:00 +0000
committerJames Booth <boothj5@gmail.com>2015-12-20 03:15:00 +0000
commite3471fbfaabd5c2b0429ba3b10c6bf93395637f4 (patch)
tree819183f2d2f102bc94f493fcaf381789d6c319d4
parent94169705b5467db3cdf0ab52732be0ef27c9a919 (diff)
downloadprofani-tty-e3471fbfaabd5c2b0429ba3b10c6bf93395637f4.tar.gz
Fixed /charset help
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
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