From f1ab9a64fb446b7223b62f5d166165cb0873d9d8 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sat, 7 Mar 2020 08:21:24 +0100 Subject: [PATCH] Fixing transparency default value in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85ccdc9..b408b99 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Flags: -N, --no-colors Display no colors (always enabled on windows -P, --png Download a weather PNG image -p, --add-frame Add a frame to the output (PNG only) - -t, --transparency=0 Set transparency level (0-255) (PNG only) (--expert-mode) + -t, --transparency=255 Set transparency level (0-255) (PNG only) (--expert-mode) -d, --download Enables download mode (--expert-mode) --file-name="" Name download file (--expert-mode) -O, --one-liner One liner outpet (for the terminal multiplexer lovers out there)