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-06 19:35:00 +0140
committerPaul Fariello <paul@fariello.eu>2019-04-10 16:31:45 +0200
commitba0fa6e5360ce9350df469724d912be5644ac62b (patch)
tree9053edd73dbeb7e390a962e47dc1646a028e0bf4 /src/command/cmd_defs.c
parent2718183d27b20eae88d808b2cf181b22610c5e26 (diff)
downloadprofani-tty-ba0fa6e5360ce9350df469724d912be5644ac62b.tar.gz
Add OMEMO commands autocompletion
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 265af119..3cd8330e 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2331,7 +2331,7 @@ static struct cmd_t command_defs[] =
     },
 
     { "/omemo",
-        parse_args, 1, 3, NULL,
+        parse_args, 1, 2, NULL,
         CMD_SUBFUNCS(
             { "gen", cmd_omemo_gen },
             { "start", cmd_omemo_start })