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:
parent
ca5c6a5745
commit
e12ede6cd8
@ -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("");
|
||||
|
Loading…
x
Reference in New Issue
Block a user