summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/vty.c
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2023-03-08 22:05:07 +0300
committerMax <msuraev@sysmocom.de>2023-03-08 22:05:07 +0300
commit22f12ba92e6f37c569dba13a4ebb214c2d2d5f58 (patch)
tree08fd43b9e9352bc2c20c75600de4b9f89193fdf4 /src/host/layer23/src/common/vty.c
parent736438693e4f2b6b1a4959a6cadeafa61640821d (diff)
vty: fix local-host docs
Diffstat (limited to 'src/host/layer23/src/common/vty.c')
-rw-r--r--src/host/layer23/src/common/vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/common/vty.c b/src/host/layer23/src/common/vty.c
index c083a337..59876671 100644
--- a/src/host/layer23/src/common/vty.c
+++ b/src/host/layer23/src/common/vty.c
@@ -196,7 +196,7 @@ DEFUN(cfg_gsmtap_gsmtap_local_host,
cfg_gsmtap_gsmtap_local_host_cmd,
"local-host " VTY_IPV46_CMD,
"Set source for GSMTAP Um logging\n"
- "Local IP address\n")
+ "Local IPv4 address\n" "Local IPv6 address\n")
{
osmo_talloc_replace_string(l23_ctx, &l23_cfg.gsmtap.local_host, argv[0]);