Skip to content

Commit

Permalink
document --f8 directs all report output to syslog
Browse files Browse the repository at this point in the history
TODO: have a non-temporary way to set this
  • Loading branch information
rockowitz committed Dec 12, 2024
1 parent b4dcc79 commit 3f11bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_ddcutil/app_experimental.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ report_experimental_options(Parsed_Cmd * parsed_cmd, int depth)
REPORT_FLAG_OPTION(5, buf5);
REPORT_FLAG_OPTION(6, "Use DRM connector states");
REPORT_FLAG_OPTION(7, "Disable phantom display detection");
REPORT_FLAG_OPTION(8, "Unused");
REPORT_FLAG_OPTION(8, "Redirect report output to syslog");
// REPORT_FLAG_OPTION(9, buf0);
REPORT_FLAG_OPTION(9, "Message to syslog only");
REPORT_FLAG_OPTION(10, "Extended sleep for DDC Null Msg");
Expand Down

0 comments on commit 3f11bfb

Please sign in to comment.