diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 591b3d48..e5fb3cf0 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -841,7 +841,8 @@ static const struct cmd_t command_defs[] = { CMD_SYN( "/sendfile ") CMD_DESC( - "Send a file using XEP-0363 HTTP file transfer.") + "Send a file using XEP-0363 HTTP file transfer. " + "If you are in an OMEMO session then the file will be encrypted (XEP-0454) as well.") CMD_ARGS( { "", "Path to the file." }) CMD_EXAMPLES(