Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'

Add missing doc string for the HOSTNAME arg.

Added in commit aa00f99be2, this breaks the VTY
tests for openbsc and hence breaks our jenkins build jobs.

Change-Id: I734b22c950242541322e902887bf779c14ba10fd
This commit is contained in:
Neels Hofmeyr 2016-12-11 01:48:26 +01:00
parent aa00f99be2
commit fd9ec3bc7d
1 changed files with 2 additions and 1 deletions

View File

@ -501,7 +501,8 @@ DEFUN(cfg_no_log_syslog, cfg_no_log_syslog_cmd,
DEFUN(cfg_log_gsmtap, cfg_log_gsmtap_cmd,
"log gsmtap [HOSTNAME]",
LOG_STR "Logging via GSMTAP\n")
LOG_STR "Logging via GSMTAP\n"
"Host name to send the GSMTAP logging to (UDP port 4729)\n")
{
const char *hostname = argv[0];
struct log_target *tgt;