]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Renamed SHOW PROTOCOLS VERBOSE to SHOW PROTOCOLS ALL to be consistent
authorMartin Mares <mj@ucw.cz>
Fri, 3 Dec 1999 11:10:50 +0000 (11:10 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 3 Dec 1999 11:10:50 +0000 (11:10 +0000)
with the other commands.

nest/config.Y

index 01d34fa9668848319d78e78942e553aacd23e5f2..b5940cf908b978c96eab6e7686d55f0499ec3488 100644 (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: