osmo-sysmon -h: s/OsmoHLR/osmo-sysmon/

Fix program name in help output.

Change-Id: I45d4e43b92833a22ae31d1cdc2b4d397f572ca34
This commit is contained in:
Oliver Smith 2019-02-22 10:40:08 +01:00
parent 6cbdcaf5bb
commit 433f705c2b
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ static void print_help()
printf(" -s --disable-color Do not print ANSI colors in the log\n");
printf(" -T --timestamp Prefix every log line with a timestamp.\n");
printf(" -e --log-level number Set a global loglevel.\n");
printf(" -V --version Print the version of OsmoHLR.\n");
printf(" -V --version Print the version of osmo-sysmon.\n");
}
static struct {