1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Added otr and pgp to /prefs command help

This commit is contained in:
James Booth 2015-09-09 22:59:23 +01:00
parent 03ee1d56e6
commit 232cc7601d

View File

@ -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
},