From 433f705c2b14c06f76aeca3e48db3eef56907b6f Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 22 Feb 2019 10:40:08 +0100 Subject: [PATCH] osmo-sysmon -h: s/OsmoHLR/osmo-sysmon/ Fix program name in help output. Change-Id: I45d4e43b92833a22ae31d1cdc2b4d397f572ca34 --- src/osysmon_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osysmon_main.c b/src/osysmon_main.c index 18f6299..c2df6ad 100644 --- a/src/osysmon_main.c +++ b/src/osysmon_main.c @@ -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 {