diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-07-25 13:02:49 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-07-25 13:03:43 +0200 |
commit | c9b3e06d99f21f580afe29de634589785494e87e (patch) | |
tree | 3c99e6c388ba2285797ec970f2e3d6511d7610fa | |
parent | 8297c819e985ba0d46752971b274b174098afceb (diff) |
vty: Document the .TEXT of the description
-rw-r--r-- | src/vty/logging_vty.c | 3 |
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; |