Colors: updates module description

Fixes #2147
This commit is contained in:
李通洲
2026-01-15 15:20:38 +08:00
parent a20d915412
commit 31e833c02e
+1 -1
View File
@@ -249,7 +249,7 @@ void ffDestroyColorsOptions(FFColorsOptions* options)
FFModuleBaseInfo ffColorsModuleInfo = {
.name = FF_COLORS_MODULE_NAME,
.description = "Print some colored blocks",
.description = "Display the terminal's 16-color palette",
.initOptions = (void*) ffInitColorsOptions,
.destroyOptions = (void*) ffDestroyColorsOptions,
.parseJsonObject = (void*) ffParseColorsJsonObject,