From e6d4a34773ba8dfc51cf3db6cc63c7e6f9dd5672 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Mon, 22 May 2017 15:40:32 -0700 Subject: [PATCH] client: Add caption for misc. cmds --- client/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/command.c b/client/command.c index 322f741f..17b2ba34 100644 --- a/client/command.c +++ b/client/command.c @@ -434,7 +434,7 @@ void command_process_prompt(char *prompt) list_cmd_families(); - display("\n"); + display("\nMiscellaneous:\n"); list_commands(NULL, command_list); }