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-03-25 18:30:46 +0140
committerPaul Fariello <paul@fariello.eu>2019-04-10 17:12:31 +0200
commit3d8f47a72416ff4b1ca64bf66071a62e4661d036 (patch)
tree30e1c31082a27c263b374b76ce508e6869852c6c /src/command/cmd_defs.c
parent2fd2ca208cf9c191453f923722df3b9630ba9ff5 (diff)
downloadprofani-tty-3d8f47a72416ff4b1ca64bf66071a62e4661d036.tar.gz
Use /omemo fingerprint to show contact fingerprints
Don't print fingerprints when they are received
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 311b404e..5a3e6873 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2350,7 +2350,7 @@ static struct cmd_t command_defs[] =
             "/omemo start [<contact>]",
             "/omemo trust [<contact>] <fingerprint>",
             "/omemo end",
-            "/omemo fingerprint")
+            "/omemo fingerprint [<contact>]")
         CMD_DESC(
             "Omemo commands to manage keys, and perform encryption during chat sessions.")
         CMD_ARGS(
@@ -2359,7 +2359,7 @@ static struct cmd_t command_defs[] =
             { "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 current device fingerprint." })
+            { "fingerprint",       "Show contact fingerprints." })
         CMD_EXAMPLES(
             "/omemo gen",
             "/omemo start buddy@buddychat.org",