From 78b8294f30073dce5194dd2d6539344136547987 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 10 Sep 2021 12:04:38 +0200 Subject: [PATCH] :pencil2: add missing dot to 127.0.0.1 in usage --- README.md | 2 +- oladmxctl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 760ac52..104ba36 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ oladmxctl --universe [--write ] [--read ] -1 --ch-offset First channel has number 1 --a --address Address of the olad instance (default 127.0.01) +-a --address Address of the olad instance (default 127.0.0.1) -p --port Port of the olad instance (default 9090) -3 --ssl Use https instead of http diff --git a/oladmxctl b/oladmxctl index 93f83ba..47f2d75 100755 --- a/oladmxctl +++ b/oladmxctl @@ -38,7 +38,7 @@ -1 --ch-offset First channel has number 1 - -a --address Address of the olad instance (default 127.0.01) + -a --address Address of the olad instance (default 127.0.0.1) -p --port Port of the olad instance (default 9090) -3 --ssl Use https instead of http