OX bug fix

* Help / message description
 * C-Code format
This commit is contained in:
DebXWoody
2021-07-01 18:08:40 +02:00
parent 6173e015f5
commit d01ba72535
3 changed files with 22 additions and 22 deletions

View File

@@ -7619,7 +7619,7 @@ cmd_ox(ProfWin* window, const char* const command, gchar** args)
if (args[1] && args[2]) {
ox_request_public_key(args[1], args[2]);
} else {
cons_show("JID and KeyID is required");
cons_show("JID and OpenPGP Key ID are required");
}
} else {
cons_show("OX not implemented");