diff --git a/usrguide/userguide/4-executing_test_suites.adoc b/usrguide/userguide/4-executing_test_suites.adoc index 0c4521e78ad144eb43404add695e38fe2343e815..3cf89e56ed878ab32d715df5251d71751772b284 100644 --- a/usrguide/userguide/4-executing_test_suites.adoc +++ b/usrguide/userguide/4-executing_test_suites.adoc @@ -158,11 +158,21 @@ The Main Controller has two operation modes: interactive and batch mode. In inte After starting MC in interactive mode a welcome screen and command prompt appear. [source] ---- -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: 1.3.pl0 * -******************************************** -MC2> +$ mctr_cli + +************************************************************************* +* TTCN-3 Test Executor - Main Controller 2 * +* Version: 7/CAX 105 7730 R2A * +* Copyright (c) 2000-2020 Ericsson Telecom AB * +* All rights reserved. This program and the accompanying materials * +* are made available under the terms of the Eclipse Public License v2.0 * +* which accompanies this distribution, and is available at * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +************************************************************************* + +MC@HU-00000670: Listening on TCP port 60227. +MC2> + ---- The MC command line interface uses the `editline` library which is compatible with the GNU `readline` editing functionality. In addition to its powerful line editing functions it provides command completion, line history and help function.