From 4ef610b802dba02978d66fa06d4614b5c8396dea Mon Sep 17 00:00:00 2001 From: Yoshify Date: Fri, 2 Jun 2023 13:42:48 +1000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dd34eb..d521fc0 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,7 @@ TED supports the following switches: - `-w` or `-width`: The width of the image when drawn, in pixels. By default this is **-1**. - A value of -1 disables fixed width scaling and instead uses automatic image scaling to resize (respecting aspect ratio) the image to the size of the longest line of text. - `-a` or `-align`: How the text should be aligned. Default is **Left**. Accepted values are **Left**, **Center** or **Right**. Not case-sensitive. -- `-line`: The text to be drawn. This switch can be repeated multiple times to draw multiple lines of text. It can contain special tokens: `@os`, `@userName`, and `@machineName`. These tokens get substituted at runtime with system values for the operating system, current user, and machine name. - - If no lines are provided, it will render with the following by default: +- `-line`: The text to be drawn. This switch can be repeated multiple times to draw multiple lines of text. It can contain special tokens: `@os`, `@userName`, and `@machineName`. These tokens get substituted at runtime with system values for the operating system, current user, and machine name. If no lines are provided, it will render with the following by default: - "USERNAME: @userName" - "DEVICE NAME: @machineName" - "OS: @os"