aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-31 22:41:03 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-31 22:41:03 +0100
commit6b71fd6192e937f26ffed0e0846e63b54c4824af (patch)
tree7c1f4ede787f7c4865980a3db3b3f1b6cd1cea49
parentf603f28488c6c6f04d8314d9f049b535d74d6307 (diff)
vty: Fix the help and the parameters for the trace command
-rw-r--r--src/vty_interface.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vty_interface.c b/src/vty_interface.c
index 8185406..95210e3 100644
--- a/src/vty_interface.c
+++ b/src/vty_interface.c
@@ -411,7 +411,7 @@ DEFUN(show_slc, show_slc_cmd,
DEFUN(pcap_set, pcap_set_cmd,
"trace-pcap set (m2ua|mtp) FILE",
"Trace to a PCAP file\n" "Trace a linkset\n"
- "OPC of the linkset\n" "Filename to trace\n")
+ "Trace m2ua linkset\n" "Trace mtp linkset\n" "Filename to trace\n")
{
struct mtp_link_set *set = NULL;
@@ -440,9 +440,9 @@ DEFUN(pcap_set, pcap_set_cmd,
}
DEFUN(pcap_set_stop, pcap_set_stop_cmd,
- "trace-pcap set <1-16383> stop",
+ "trace-pcap set (m2ua|mtp) stop",
"Trace to a PCAP file\n" "Trace a linkset\n"
- "OPC for the linkset\n" "Stop the tracing\n")
+ "Trace m2ua linkset\n" "Trace mtp linkset\n" "Stop the tracing\n")
{
struct mtp_link_set *set = NULL;