diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index f5b111ac..e04ba2a1 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -869,7 +869,8 @@ static struct cmd_t command_defs[] = { "/disco items []") CMD_DESC( "Find out information about an entities supported services. " - "Calling with no arguments will query the server you are currently connected to.") + "Calling with no arguments will query the server you are currently connected to. " + "This includes discovering contact addresses for XMPP services (XEP-0157).") CMD_ARGS( { "info []", "List protocols and features supported by an entity." }, { "items []", "List items associated with an entity." })