Cosmetical fixes in vty help.

This commit is contained in:
hasso 2004-09-11 16:33:28 +00:00
parent 13c48f7280
commit 8d0f15fd1b
2 changed files with 6 additions and 3 deletions

View File

@ -2033,7 +2033,7 @@ DEFUN (show_ipv6_ripng,
show_ipv6_ripng_cmd, show_ipv6_ripng_cmd,
"show ipv6 ripng", "show ipv6 ripng",
SHOW_STR SHOW_STR
IP_STR IPV6_STR
"Show RIPng routes\n") "Show RIPng routes\n")
{ {
struct route_node *rp; struct route_node *rp;
@ -2153,7 +2153,7 @@ DEFUN (show_ipv6_ripng_status,
show_ipv6_ripng_status_cmd, show_ipv6_ripng_status_cmd,
"show ipv6 ripng status", "show ipv6 ripng status",
SHOW_STR SHOW_STR
IP_STR IPV6_STR
"Show RIPng routes\n" "Show RIPng routes\n"
"IPv6 routing protocol process parameters and statistics\n") "IPv6 routing protocol process parameters and statistics\n")
{ {
@ -2603,7 +2603,7 @@ ALIAS (no_ripng_timers,
DEFUN (show_ipv6_protocols, show_ipv6_protocols_cmd, DEFUN (show_ipv6_protocols, show_ipv6_protocols_cmd,
"show ipv6 protocols", "show ipv6 protocols",
SHOW_STR SHOW_STR
IP_STR IPV6_STR
"Routing protocol information") "Routing protocol information")
{ {
if (! ripng) if (! ripng)

View File

@ -411,6 +411,7 @@ DEFUN (ip_irdp_broadcast,
DEFUN (no_ip_irdp, DEFUN (no_ip_irdp,
no_ip_irdp_cmd, no_ip_irdp_cmd,
"no ip irdp", "no ip irdp",
NO_STR
IP_STR IP_STR
"Disable ICMP Router discovery on this interface\n") "Disable ICMP Router discovery on this interface\n")
{ {
@ -445,6 +446,7 @@ DEFUN (ip_irdp_shutdown,
DEFUN (no_ip_irdp_shutdown, DEFUN (no_ip_irdp_shutdown,
no_ip_irdp_shutdown_cmd, no_ip_irdp_shutdown_cmd,
"no ip irdp shutdown", "no ip irdp shutdown",
NO_STR
IP_STR IP_STR
"ICMP Router discovery no shutdown on this interface\n") "ICMP Router discovery no shutdown on this interface\n")
{ {
@ -628,6 +630,7 @@ DEFUN (ip_irdp_address_preference,
DEFUN (no_ip_irdp_address_preference, DEFUN (no_ip_irdp_address_preference,
no_ip_irdp_address_preference_cmd, no_ip_irdp_address_preference_cmd,
"no ip irdp address A.B.C.D preference <0-2147483647>", "no ip irdp address A.B.C.D preference <0-2147483647>",
NO_STR
IP_STR IP_STR
"Alter ICMP Router discovery preference this interface\n" "Alter ICMP Router discovery preference this interface\n"
"Removes IRDP non-default preference\n" "Removes IRDP non-default preference\n"