summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorRob Herring <rob.herring@arm.com>2023-02-10 18:22:15 +0000
committerRyan Roberts <ryan.roberts@arm.com>2023-02-24 12:55:25 +0000
commitfb48fe50602da167a4ec815d2d18779ba2ebc92c (patch)
tree22ffeb59316aa7243f79a457eb10fef05302a8f7 /documentation
parentdbcd42706bbcdcd3737a00dd4d2f4cd15de5fa8c (diff)
config: Make empty 'friendly' disable stdout prefix
The line prefix for stdout interferes with interactive terminal usage such as shell command line editing. Allow 'friendly' to be an empty string to disable the prefix on that particular output. For example, FVP output is prefixed, but Linux is not. Signed-off-by: Rob Herring <rob.herring@arm.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/userguide/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/userguide/config.rst b/documentation/userguide/config.rst
index c750190..32e84a7 100644
--- a/documentation/userguide/config.rst
+++ b/documentation/userguide/config.rst
@@ -206,7 +206,7 @@ terminal section
=========== =========== ===========
key type description
=========== =========== ===========
-friendly string Label to display against the terminal when muxing to stdout.
+friendly string Label to display against the terminal when muxing to stdout. An empty string disables the prefix for the output.
port_regex string Regex to use to find the TCP port of the terminal when parsing the FVP stdout. Must have single capture group.
type enum-string Terminal type. See below for options.
=========== =========== ===========