pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ggsn/+/38482?usp=email )

Change subject: vty: Fix missing newline in description of 'apn tun-device' cmd
......................................................................

vty: Fix missing newline in description of 'apn tun-device' cmd

Change-Id: I92002acdb83455eb6becc688c33192d3856b0aa6
---
M ggsn/ggsn_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  lynxis lazus: Looks good to me, approved




diff --git a/ggsn/ggsn_vty.c b/ggsn/ggsn_vty.c
index 13036d8..3e139c3 100644
--- a/ggsn/ggsn_vty.c
+++ b/ggsn/ggsn_vty.c
@@ -412,7 +412,7 @@
 DEFUN(cfg_apn_tun_dev_name, cfg_apn_tun_dev_name_cmd,
        "tun-device NAME",
        "Configure tun device name\n"
-       "TUN device name")
+       "TUN device name\n")
 {
        struct apn_ctx *apn = (struct apn_ctx *) vty->index;
        osmo_talloc_replace_string(apn, &apn->tun.cfg.dev_name, argv[0]);

--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/38482?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I92002acdb83455eb6becc688c33192d3856b0aa6
Gerrit-Change-Number: 38482
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: lynxis lazus <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to