Skip to content

Commit

Permalink
Fix spaces in /privacy description
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalh committed Aug 4, 2023
1 parent fc65607 commit 191f571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/command/cmd_defs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2720,9 +2720,9 @@ static const struct cmd_t command_defs[] = {
"/privacy logging on|redact|off",
"/privacy os on|off")
CMD_DESC(
"Configure privacy settings."
"Configure privacy settings. "
"Also check the the following settings in /account: "
"clientid to set the client identification name"
"clientid to set the client identification name "
"session_alarm to configure an alarm when more clients log in.")
CMD_ARGS(
{ "logging on|redact|off", "Switch chat logging. This will also disable logging in the internally used SQL database. Your messages will not be saved anywhere locally. This might have unintended consequences, such as not being able to decrypt OMEMO encrypted messages received later via MAM, and should be used with caution." },
Expand Down

0 comments on commit 191f571

Please sign in to comment.