diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-04-18 16:08:50 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-04-18 16:08:50 +0200 |
commit | c106187db726e5d843321350d696d29bfe0f7ba5 (patch) | |
tree | efacf05393274fe20b4f6ff6ee9900d505d964c8 /src/command | |
parent | 8e588d67646a0d97dc3e15cb7b64bcf464f0e0ea (diff) | |
download | profani-tty-c106187db726e5d843321350d696d29bfe0f7ba5.tar.gz |
command: Fix serversoftware examples
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/cmd_defs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 93e12077..5c03cad3 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2504,8 +2504,8 @@ static struct cmd_t command_defs[] = { CMD_ARGS( { "<domain>", "The jid of your server or component." }) CMD_EXAMPLES( - "/software valhalla.edda", - "/software xmpp.vanaheimr.edda") + "/serversoftware valhalla.edda", + "/serversoftware xmpp.vanaheimr.edda") }, { "/executable", |