From 281c8b7d8d5fdf7d600811bd3002d26f8ef02576 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 4 May 2022 00:22:18 +0200 Subject: Improve ox command help Mention new man page. Correct the usage of /ox request. --- src/command/cmd_defs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index a9e45147..b816ddcc 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -1734,7 +1734,8 @@ static struct cmd_t command_defs[] = { CMD_DESC( "OpenPGP (OX) commands to manage keys, and perform OpenPGP encryption during chat sessions. " "Your OpenPGP key needs a user-id with your JID URI (xmpp:local@domain.tld). " - "A key can be generated with \"gpg --quick-gen-key xmpp:local@domain.tld future-default default 3y\".") + "A key can be generated with \"gpg --quick-gen-key xmpp:local@domain.tld future-default default 3y\". " + "See man profanity-ox-setup for details on how to set up OX the first time.") CMD_ARGS( { "keys", "List all keys known to the system." }, { "contacts", "Show contacts with assigned public keys." }, @@ -1745,7 +1746,7 @@ static struct cmd_t command_defs[] = { { "char ", "Set the character to be displayed next to PGP encrypted messages." }, { "announce ", "Announce a public key by pushing it on the XMPP Server" }, { "discover ", "Discover public keys of a jid. The OpenPGP Key IDs will be displayed" }, - { "request ", "Request public keys" }, + { "request ", "Request public key. See /ox discover to to get available key IDs." }, { "sendfile on|off", "Allow /sendfile to send unencrypted files while otherwise using PGP." }) CMD_EXAMPLES( "/ox log off", -- cgit 1.4.1-2-gfad0