about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 509b78e2..9b7c6b37 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2320,11 +2320,11 @@ static struct cmd_t command_defs[] =
         CMD_TAGS(
             CMD_TAG_CHAT)
         CMD_SYN(
-            "/color nick")
+            "/avatar <barejid>")
         CMD_DESC(
-            "Not ready")
+            "Download avatar for a certain contact.")
         CMD_ARGS(
-            { "nick", "Not ready"})
+            { "<barejid>", "JID to download avatar from."})
         CMD_NOEXAMPLES
     },
 };