summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-07-25 13:02:49 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-07-25 13:03:43 +0200
commitc9b3e06d99f21f580afe29de634589785494e87e (patch)
tree3c99e6c388ba2285797ec970f2e3d6511d7610fa /src
parent8297c819e985ba0d46752971b274b174098afceb (diff)
vty: Document the .TEXT of the description
Diffstat (limited to 'src')
-rw-r--r--src/vty/logging_vty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vty/logging_vty.c b/src/vty/logging_vty.c
index 6be30b4a..6166f1f2 100644
--- a/src/vty/logging_vty.c
+++ b/src/vty/logging_vty.c
@@ -269,7 +269,8 @@ DEFUN(show_logging_vty,
gDEFUN(cfg_description, cfg_description_cmd,
"description .TEXT",
- "Save human-readable decription of the object\n")
+ "Save human-readable decription of the object\n"
+ "Text until the end of the line\n")
{
char **dptr = vty->index_sub;