diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 24d4a737..281d21c6 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2111,7 +2111,7 @@ static struct cmd_t command_defs[] = { { "set tls disable", "Disable TLS for the connection." }, { "set auth default", "Use default authentication process." }, { "set auth legacy", "Allow legacy authentication." }, - { "set ", "Set the UI theme for the account." }, + { "set theme ", "Set the UI theme for the account." }, { "clear server", "Remove the server setting for this account." }, { "clear port", "Remove the port setting for this account." }, { "clear password", "Remove the password setting for this account." },