summaryrefslogtreecommitdiffstats
path: root/src/vulkan/overlay-layer/overlay_params.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vulkan/overlay-layer/overlay_params.c')
-rw-r--r--src/vulkan/overlay-layer/overlay_params.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vulkan/overlay-layer/overlay_params.c b/src/vulkan/overlay-layer/overlay_params.c
index 16cf5b8dee0..2028bccbdc0 100644
--- a/src/vulkan/overlay-layer/overlay_params.c
+++ b/src/vulkan/overlay-layer/overlay_params.c
@@ -72,6 +72,7 @@ parse_help(const char *str)
fprintf(stderr, "\tposition=top-left|top-right|bottom-left|bottom-right\n");
fprintf(stderr, "\tfps_sampling_period=number-of-milliseconds\n");
fprintf(stderr, "\tno_display=0|1\n");
+ fprintf(stderr, "\toutput_file=/path/to/output.txt\n");
return true;
}