mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-02 14:16:22 +00:00
ox: print bad usage instead of custom message
This commit is contained in:
@@ -7695,7 +7695,7 @@ cmd_ox(ProfWin* window, const char* const command, gchar** args)
|
|||||||
cons_show("JID and OpenPGP Key ID are required");
|
cons_show("JID and OpenPGP Key ID are required");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
cons_show("OX not implemented");
|
cons_bad_cmd_usage(command);
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user