Skip to content

Commit

Permalink
main: Fix show-performance option
Browse files Browse the repository at this point in the history
e64e95c was not a complete fix.
  • Loading branch information
any1 committed Nov 2, 2024
1 parent bdaac7c commit 26bb85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,7 @@ int main(int argc, char* argv[])
{ 'f', "max-fps", "<fps>",
"Set rate limit.",
.default_ = "30" },
{ 'p', "performance", NULL,
{ 'p', "show-performance", NULL,
"Show performance counters." },
{ 'u', "unix-socket", NULL,
"Create unix domain socket." },
Expand Down

0 comments on commit 26bb85b

Please sign in to comment.