diff options
Diffstat (limited to 'src/command.c')
-rw-r--r-- | src/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c index b536cc80..66547525 100644 --- a/src/command.c +++ b/src/command.c @@ -561,7 +561,7 @@ _cmd_help(const char * const inp, struct cmd_help_t help) cons_basic_help(); } else if (strcmp(inp, "/help status") == 0) { cons_status_help(); - } else if (strcmp(inp, "/help settings") == 0) { + } else if (strcmp(inp, "/help settings") == 0) { cons_settings_help(); } else if (strcmp(inp, "/help navigation") == 0) { cons_navigation_help(); |