laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-upf/+/37754?usp=email )

Change subject: vty doc fix
......................................................................

vty doc fix

Change-Id: Ie1ba8c0a1fb6613b7f21d6889e3c6978288a51e4
---
M src/osmo-pfcp-tool/pfcp_tool_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  dexter: Looks good to me, approved
  Jenkins Builder: Verified
  laforge: Looks good to me, approved




diff --git a/src/osmo-pfcp-tool/pfcp_tool_vty.c 
b/src/osmo-pfcp-tool/pfcp_tool_vty.c
index 57968ef..da8d257 100644
--- a/src/osmo-pfcp-tool/pfcp_tool_vty.c
+++ b/src/osmo-pfcp-tool/pfcp_tool_vty.c
@@ -108,7 +108,7 @@
 DEFUN(c_sleep, c_sleep_cmd,
        "sleep <0-999999> [<0-999>]",
        "Let some time pass\n"
-       "Seconds to wait\n")
+       "Seconds to wait\n" "Additional milliseconds to wait\n")
 {
        int secs = atoi(argv[0]);
        int msecs = 0;

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

Gerrit-MessageType: merged
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: Ie1ba8c0a1fb6613b7f21d6889e3c6978288a51e4
Gerrit-Change-Number: 37754
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>

Reply via email to