From 2781a0ab93e950365350d138e25cea51c96338e6 Mon Sep 17 00:00:00 2001 From: scarf Date: Sat, 29 Jun 2024 20:32:36 +0900 Subject: [PATCH] docs: document `--logo` `none` (#1059) --- src/data/help.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/help.json b/src/data/help.json index 513724166..e7fe60297 100644 --- a/src/data/help.json +++ b/src/data/help.json @@ -154,7 +154,7 @@ { "short": "l", "long": "logo", - "desc": "Set the logo source", + "desc": "Set the logo source. Use \"none\" to disable the logo", "remark": "Should be the name of a builtin logo, or a path to an image file. See also https://github.com/fastfetch-cli/fastfetch/wiki/Logo-options", "arg": { "type": "logo"