mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Monitor: updates the description
This commit is contained in:
@@ -124,7 +124,7 @@ void ffDestroyMonitorOptions(FFMonitorOptions* options)
|
||||
|
||||
FFModuleBaseInfo ffMonitorModuleInfo = {
|
||||
.name = FF_MONITOR_MODULE_NAME,
|
||||
.description = "Alias of Display module",
|
||||
.description = "Same as Display module, but with a different default output format",
|
||||
.initOptions = (void*) ffInitMonitorOptions,
|
||||
.destroyOptions = (void*) ffDestroyMonitorOptions,
|
||||
.parseJsonObject = (void*) ffParseMonitorJsonObject,
|
||||
|
||||
Reference in New Issue
Block a user