aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-02-22 10:40:08 +0100
committerOliver Smith <osmith@sysmocom.de>2019-02-22 10:42:38 +0100
commit433f705c2b14c06f76aeca3e48db3eef56907b6f (patch)
tree886fe2e8e433332b16cde9f95d5338dbcc966612
parent6cbdcaf5bb806bd9a647bf20847162d8b43445ed (diff)
osmo-sysmon -h: s/OsmoHLR/osmo-sysmon/
Fix program name in help output. Change-Id: I45d4e43b92833a22ae31d1cdc2b4d397f572ca34
-rw-r--r--src/osysmon_main.c2
1 files changed, 1 insertions, 1 deletions
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 {