From 050444415696aa6bbd74e355dff38c99a2f1f274 Mon Sep 17 00:00:00 2001 From: balaskoa <jeno.balasko@ericsson.com> Date: Wed, 4 Jul 2018 10:53:57 +0200 Subject: [PATCH] Better header output in cli Signed-off-by: balaskoa <jeno.balasko@ericsson.com> --- mctr2/cli/Cli.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mctr2/cli/Cli.cc b/mctr2/cli/Cli.cc index 44eea1d91..d02422cd6 100644 --- a/mctr2/cli/Cli.cc +++ b/mctr2/cli/Cli.cc @@ -340,7 +340,7 @@ void Cli::printWelcome() "* All rights reserved. This program and the accompanying materials *\n" "* are made available under the terms of the Eclipse Public License v2.0 *\n" "* which accompanies this distribution, and is available at *\n" - "* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html *\n" + "* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html *\n" "*************************************************************************\n" "\n", PRODUCT_NUMBER); } -- GitLab