diff options
author | James Booth <boothj5@gmail.com> | 2015-12-20 03:15:00 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-12-20 03:15:00 +0000 |
commit | e3471fbfaabd5c2b0429ba3b10c6bf93395637f4 (patch) | |
tree | 819183f2d2f102bc94f493fcaf381789d6c319d4 /src/command | |
parent | 94169705b5467db3cdf0ab52732be0ef27c9a919 (diff) | |
download | profani-tty-e3471fbfaabd5c2b0429ba3b10c6bf93395637f4.tar.gz |
Fixed /charset help
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/command.c | 2 |
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 |