summaryrefslogtreecommitdiff
path: root/src/fe-text/irssi.c
diff options
context:
space:
mode:
authorDavid Leadbeater <dgl@dgl.cx>2014-07-08 09:24:12 +0100
committerDavid Leadbeater <dgl@dgl.cx>2014-07-08 09:24:12 +0100
commit7fe47826ea5b8015ba81f2eabf2af750c7f56a47 (patch)
tree6d7e73fa6e42b4e2250bd4cfcd1b973913eab1ff /src/fe-text/irssi.c
parent4e2299f1b702f84fab738a51ce9eed32c2826bc3 (diff)
downloadirssi-7fe47826ea5b8015ba81f2eabf2af750c7f56a47.zip
Suggest /HELP rather than HELP
At this point cmdchars is definitely / and the user might not know they need to add / to a command.
Diffstat (limited to 'src/fe-text/irssi.c')
-rw-r--r--src/fe-text/irssi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/irssi.c b/src/fe-text/irssi.c
index 1004f515..c0524247 100644
--- a/src/fe-text/irssi.c
+++ b/src/fe-text/irssi.c
@@ -96,7 +96,7 @@ static const char *firsttimer_text =
"documentation to get you going.\n\n"
"Our community and staff are available to assist you or\n"
"to answer any questions you may have.\n\n"
- "Use the HELP command to get detailed information about\n"
+ "Use the /HELP command to get detailed information about\n"
"the available commands.\n"
"- - - - - - - - - - - - - - - - - - - - - - - - - - - -";