From d004050244c1eb78b898ed60568b76db28600ace Mon Sep 17 00:00:00 2001 From: alexandredevely <12896316+alexandredevely@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:40:40 +0200 Subject: [PATCH] add licence --- graylog-tester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graylog-tester.py b/graylog-tester.py index 3476dba..279effd 100755 --- a/graylog-tester.py +++ b/graylog-tester.py @@ -13,7 +13,7 @@ # # graylog tester is a simple graylog client to send message to graylog # -# graylog-tester.py +# ./graylog-tester.py # usage: graylog-tester [-h] [--hostname HOSTNAME] [--port PORT] [--protocol {UDP,TCP,HTTP}] [--message MESSAGE] [--loglevel LOGLEVEL] # # send a message using python graypy.GELF API