diff options
-rw-r--r-- | src/fe-common/core/fe-help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-common/core/fe-help.c b/src/fe-common/core/fe-help.c index 84a76352..c093b84b 100644 --- a/src/fe-common/core/fe-help.c +++ b/src/fe-common/core/fe-help.c @@ -258,6 +258,7 @@ static void cmd_help(const char *data) ptr = cmd+strlen(cmd); while (ptr[-1] == ' ') ptr--; *ptr = '\0'; + g_strdown(cmd); show_help(cmd); g_free(cmd); } |