From 963b5c6c4e511b8b874195179e2f180b39629fc3 Mon Sep 17 00:00:00 2001 From: Jack Nolddor <1280022+nolddor@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:17:09 +0200 Subject: [PATCH] Doc: Make format description more clear at json_schema.json (#1045) [ci skip] --- doc/json_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/json_schema.json b/doc/json_schema.json index 4c5ae9367..ebd4ce8b4 100644 --- a/doc/json_schema.json +++ b/doc/json_schema.json @@ -23,7 +23,7 @@ "default": 0 }, "format": { - "description": "Output format of the module. See `-h module-format` for detail", + "description": "Output format of the module. See `-h -format` for detail. I.e: fastfetch -h disk-format", "type": "string" }, "outputColor": {