1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Still show usage with current setting

This commit is contained in:
James Booth 2013-06-25 23:41:53 +01:00
parent ca5c6a5745
commit e12ede6cd8

View File

@ -1088,6 +1088,7 @@ cmd_execute(const char * const command, const char * const inp)
if ((args == NULL) && (cmd->setting_func != NULL)) {
cons_show("");
cmd->setting_func();
cons_show("Usage: %s", cmd->help.usage);
return TRUE;
} else if (args == NULL) {
cons_show("");