aboutsummaryrefslogtreecommitdiffstats
path: root/src/e1_input_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-07-21 00:09:52 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-07-21 00:09:52 +0200
commit9e8f1c0362214760f6c56ca3f28654f8a88973ea (patch)
tree8e6b01fb2ec8c72f2a1aa3fce0b9bf47850d83cb /src/e1_input_vty.c
parent36bac9a8b14c976f747335e6feefb49f3d631848 (diff)
doc: Describe the optional 'stats' parameter
Diffstat (limited to 'src/e1_input_vty.c')
-rw-r--r--src/e1_input_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/e1_input_vty.c b/src/e1_input_vty.c
index 02676e2..cca7e8f 100644
--- a/src/e1_input_vty.c
+++ b/src/e1_input_vty.c
@@ -175,7 +175,7 @@ DEFUN(show_e1line,
show_e1line_cmd,
"show e1_line [line_nr] [stats]",
SHOW_STR "Display information about a E1 line\n"
- "E1 Line Number\n")
+ "E1 Line Number\n" "Include statistics\n")
{
struct e1inp_line *line;
int stats = 0;