From ccb8f32f2d3d130c5d27d009f83b996908ac8836 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 25 Jan 2019 19:14:49 +0100 Subject: [PATCH] Fix typo --- scripts/logio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/logio.py b/scripts/logio.py index 5fe9fbc..779214f 100755 --- a/scripts/logio.py +++ b/scripts/logio.py @@ -7,8 +7,8 @@ Sends MSG data from Ligier to a log.io server to be displayed in real-time. Usage: - event_hits.py [options] - event_hits.py (-h | --help) + logio.py [options] + logio.py (-h | --help) Options: -l LIGIER_IP The IP of the ligier [default: 127.0.0.1]. -- GitLab