From fae0396ea4fd9d2530086eef77b8a11b6640d640 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 17 Feb 2000 23:37:16 +0000 Subject: Completion works. Unfortunately, we have to access a couple of internal symbols of libreadline :-( --- nest/config.Y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nest/config.Y') diff --git a/nest/config.Y b/nest/config.Y index d5fdc4e..bc2a3fe 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -192,7 +192,7 @@ password_list: /* Core commands */ -CF_CLI_HELP(SHOW,,[[Show status information]]) +CF_CLI_HELP(SHOW, ..., [[Show status information]]) CF_CLI(SHOW STATUS,,, [[Show router status]]) { cmd_show_status(); } @@ -255,7 +255,7 @@ r_args: CF_CLI(SHOW SYMBOLS, optsym, [], [[Show all known symbolic names]]) { cmd_show_symbols($3); } ; -CF_CLI_HELP(DEBUG, , [[Show debugging information]]) +CF_CLI_HELP(DEBUG, ..., [[Show debugging information]]) CF_CLI(DEBUG RESOURCES,,, [[Show all allocated resource]]) { rdump(&root_pool); cli_msg(0, ""); } ; CF_CLI(DEBUG SOCKETS,,, [[Show open sockets]]) -- cgit v1.2.3