mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb.git
synced 2025-11-03 13:43:33 +00:00
vty: fix incomplete docs for 'asn-debug' command
Change-Id: I7174e1833be206a62afd95ddc27e9d912a7efcfc Related: OS#5989
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user