fixeria has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/18/34918/1
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 change 34918. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I7174e1833be206a62afd95ddc27e9d912a7efcfc
Gerrit-Change-Number: 34918
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange