From 6c41ede309eef3e675a77a2e2bc855207673d3ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Sun, 8 Jan 2023 20:52:13 +0100 Subject: [PATCH] Remove unnecessary '=' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- docs/routing/babeld/babelweb2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/routing/babeld/babelweb2.md b/docs/routing/babeld/babelweb2.md index f00d58e..d565179 100644 --- a/docs/routing/babeld/babelweb2.md +++ b/docs/routing/babeld/babelweb2.md @@ -20,4 +20,4 @@ Now you have an executable program `babelweb2`. By default, the web interface runs on port 8080. You can also specify a different endpoint with the `-http` parameter. -babelweb2 uses the local configuration interface of babeld. This must have been activated beforehand. babeld assumes that this is active on `[::1]:33123`. Alternatively, you can specify the endpoint with the `-node=` flag. +babelweb2 uses the local configuration interface of babeld. This must have been activated beforehand. babeld assumes that this is active on `[::1]:33123`. Alternatively, you can specify the endpoint with the `-node` flag.