Skip to content

Commit d8b44a5

Browse files
committed
Monitor: updates the description
1 parent 6357dcc commit d8b44a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/monitor/monitor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ void ffDestroyMonitorOptions(FFMonitorOptions* options)
124124

125125
FFModuleBaseInfo ffMonitorModuleInfo = {
126126
.name = FF_MONITOR_MODULE_NAME,
127-
.description = "Alias of Display module",
127+
.description = "Same as Display module, but with a different default output format",
128128
.initOptions = (void*) ffInitMonitorOptions,
129129
.destroyOptions = (void*) ffDestroyMonitorOptions,
130130
.parseJsonObject = (void*) ffParseMonitorJsonObject,

0 commit comments

Comments
 (0)