vty: fix incomplete docs for 'asn-debug' command

Change-Id: I7174e1833be206a62afd95ddc27e9d912a7efcfc
Related: OS#5989
This commit is contained in:
Vadim Yanitskiy 2023-10-30 15:38:30 +07:00
parent 4f7362272f
commit be5af799c3
1 changed files with 4 additions and 1 deletions

View File

@ -343,7 +343,10 @@ static int config_write_hnodeb(struct vty *vty)
DEFUN(asn_dbg, asn_dbg_cmd,
"asn-debug (1|0)", "Enable or disable libasn1c debugging")
"asn-debug (1|0)",
"Enable or disable libasn1c debugging\n"
"Enable libasn1c debugging\n"
"Disable libasn1c debugging\n")
{
asn_debug = atoi(argv[0]);