Renamed SHOW PROTOCOLS VERBOSE to SHOW PROTOCOLS ALL to be consistent

with the other commands.
This commit is contained in:
Martin Mares 1999-12-03 11:10:50 +00:00
parent 430da60fa2
commit 28e01f85c6

View file

@ -199,7 +199,7 @@ CF_CLI(SHOW STATUS,,, [[Show router status]]) {
CF_CLI(SHOW PROTOCOLS, optsym, [<name>], [[Show routing protocols]])
{ proto_show($3, 0); } ;
CF_CLI(SHOW PROTOCOLS VERBOSE, optsym, [<name>], [[Show routing protocol details]])
CF_CLI(SHOW PROTOCOLS ALL, optsym, [<name>], [[Show routing protocol details]])
{ proto_show($4, 1); } ;
optsym: