From 28e01f85c65c536837227829f645818dfa6a2652 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 3 Dec 1999 11:10:50 +0000 Subject: Renamed SHOW PROTOCOLS VERBOSE to SHOW PROTOCOLS ALL to be consistent with the other commands. --- nest/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest') diff --git a/nest/config.Y b/nest/config.Y index 01d34fa..b5940cf 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -199,7 +199,7 @@ CF_CLI(SHOW STATUS,,, [[Show router status]]) { CF_CLI(SHOW PROTOCOLS, optsym, [], [[Show routing protocols]]) { proto_show($3, 0); } ; -CF_CLI(SHOW PROTOCOLS VERBOSE, optsym, [], [[Show routing protocol details]]) +CF_CLI(SHOW PROTOCOLS ALL, optsym, [], [[Show routing protocol details]]) { proto_show($4, 1); } ; optsym: -- cgit v1.2.3