diff options
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/command.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/command/command.c b/src/command/command.c index 4c7bd4f9..7849dde9 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -1478,7 +1478,7 @@ static struct cmd_t command_defs[] = cmd_prefs, parse_args, 0, 1, NULL, CMD_NOTAGS CMD_SYN( - "/prefs [ui|desktop|chat|log|conn|presence]") + "/prefs [ui|desktop|chat|log|conn|presence|otr|pgp]") CMD_DESC( "Show preferences for different areas of functionality. " "Passing no arguments shows all preferences.") @@ -1488,7 +1488,9 @@ static struct cmd_t command_defs[] = { "chat", "Chat state preferences." }, { "log", "Logging preferences." }, { "conn", "Connection handling preferences." }, - { "presence", "Chat presence preferences." }) + { "presence", "Chat presence preferences." }, + { "otr", "Off The Record preferences." }, + { "pgp", "OpenPGP preferences." }) CMD_NOEXAMPLES }, |