From 81d403a0ebd06846b19312dbb9c5b5360ffbfde1 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 14 Dec 2021 09:28:51 +0900 Subject: [PATCH] Readme update --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 8a4dc1b..1c80dbe 100644 --- a/Readme.md +++ b/Readme.md @@ -7,10 +7,10 @@ Init screens from config files ## Config file layout ``` - + # ``` -`screen title` is the name you use for getting the screen, see `screen -ls`. Must be Alphanumeric without spaces. +`screen session name` is the name you use for gstting the screen session name, see `screen -ls`. Must be Alphanumeric without spaces. `window name` is the name for this window `command` can be any comamnd sequence separated by `;`. If nothing given default `^C` shell is used