From 0be56b21007c8dd2467227ca7c727954c7f5158f Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Sat, 25 Jul 2020 22:21:48 +0000 Subject: [PATCH] Add documentation for performance counters --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index a7552e5..921bee1 100644 --- a/src/main.c +++ b/src/main.c @@ -610,6 +610,7 @@ int wayvnc_usage(FILE* stream, int rc) " -s,--seat= Select seat by name.\n" " -r,--render-cursor Enable overlay cursor rendering.\n" " -f,--max-fps= Set the rate limit (default 30).\n" +" -p,--show-performance Show performance counters.\n" " -h,--help Get help (this text).\n" "\n";