about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2019-04-10 07:42:45 +0320
committerPaul Fariello <paul@fariello.eu>2019-04-10 17:24:56 +0200
commitf9b2fdc7dba001cbff53a24b5e470f5db1e66121 (patch)
tree1554cc54d64dc8bdabc97139dd08d6377cf7ff42 /src/command/cmd_defs.c
parent381d85bccaaffea1b20f17e9441a350baf9a7136 (diff)
downloadprofani-tty-f9b2fdc7dba001cbff53a24b5e470f5db1e66121.tar.gz
OMEMO should be written uppercase
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 2c790a73..ee86aaba 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2357,16 +2357,16 @@ static struct cmd_t command_defs[] =
             "/omemo char <char>",
             "/omemo clear_device_list")
         CMD_DESC(
-            "Omemo commands to manage keys, and perform encryption during chat sessions.")
-        CMD_ARGS(
-            { "gen",               "Generate OMEMO crytographic materials for current account." },
-            { "start [<contact>]", "Start an OMEMO session with contact, or current recipient if omitted." },
-            { "end",               "End the current OMEMO session," },
-            { "log on|off",        "Enable or disable plaintext logging of OMEMO encrypted messages." },
-            { "log redact",        "Log OMEMO encrypted messages, but replace the contents with [redacted]. This is the default." },
-            { "fingerprint",       "Show contact fingerprints." },
-            { "char <char>",       "Set the character to be displayed next to OMEMO encrypted messages." },
-            { "clear_device_list", "Clear your own device list on server side. Each client will reannounce itself when connected back."})
+            "OMEMO commands to manage keys, and perform encryption during chat sessions.")
+        CMD_ARGS(
+            { "gen",                     "Generate OMEMO crytographic materials for current account." },
+            { "start [<contact>]",       "Start an OMEMO session with contact, or current recipient if omitted." },
+            { "end",                     "End the current OMEMO session." },
+            { "log on|off",              "Enable or disable plaintext logging of OMEMO encrypted messages." },
+            { "log redact",              "Log OMEMO encrypted messages, but replace the contents with [redacted]. This is the default." },
+            { "fingerprint [<contact>]", "Show contact fingerprints, or current recipient if omitted." },
+            { "char <char>",             "Set the character to be displayed next to OMEMO encrypted messages." },
+            { "clear_device_list",       "Clear your own device list on server side. Each client will reannounce itself when connected back."})
         CMD_EXAMPLES(
             "/omemo gen",
             "/omemo start buddy@buddychat.org",