From d907834f724ac14035f5bad1fbf3ae8d8eb6f89e Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 4 Jun 2022 20:50:02 +0200 Subject: [PATCH] Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eca1e2b..8c975ba 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,14 @@ See the tio man page for more details. ### 2.2 Configuration file -Options can be set via a configuration file first found in the following -locations in the order listed: +Options can be set via the configuration file first found in any of the +following locations in the order listed: - $XDG_CONFIG_HOME/tio/tiorc - $HOME/.config/tio/tiorc - $HOME/.tiorc -The configuration file supports sub-configurations by named sections which can -be activated via the command-line. +The configuration file supports sub-configurations using named sections which can +be activated via the command-line by name or pattern. Example configuration file: @@ -101,7 +101,7 @@ no-autoconnect = enable color = 12 [usb devices] -pattern=usb([0-9]*) +pattern = usb([0-9]*) tty = /dev/ttyUSB%s log = enable log-filename = usb.log