laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-hnodeb/+/34918?usp=email )
Change subject: vty: fix incomplete docs for 'asn-debug' command
......................................................................
vty: fix incomplete docs for 'asn-debug' command
Change-Id: I7174e1833be206a62afd95ddc27e9d912a7efcfc
Related: OS#5989
---
M src/osmo-hnodeb/vty.c
1 file changed, 14 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/src/osmo-hnodeb/vty.c b/src/osmo-hnodeb/vty.c
index 898c326..5b55613 100644
--- a/src/osmo-hnodeb/vty.c
+++ b/src/osmo-hnodeb/vty.c
@@ -343,7 +343,10 @@
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]);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnodeb/+/34918?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I7174e1833be206a62afd95ddc27e9d912a7efcfc
Gerrit-Change-Number: 34918
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged