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",