From 918270bb6b8122bdc41ead0c304363b85a795b29 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Nov 2024 20:32:00 -0500 Subject: Use conventional command-line help output formatting --- tools/lv2bench.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/lv2bench.c b/tools/lv2bench.c index 461d088..b25f596 100644 --- a/tools/lv2bench.c +++ b/tools/lv2bench.c @@ -46,9 +46,9 @@ print_usage(void) printf("Usage: lv2bench [OPTIONS] [PLUGIN_URI]\n"); printf("\n"); printf(" -V, --version Display version information and exit\n"); - printf(" -b BLOCK_SIZE Specify block size, in audio frames.\n"); - printf(" -f, --full Full plottable output.\n"); - printf(" -h, --help Display this help and exit.\n"); + printf(" -b BLOCK_SIZE Specify block size, in audio frames\n"); + printf(" -f, --full Full plottable output\n"); + printf(" -h, --help Display this help and exit\n"); printf(" -n FRAMES Total number of audio frames to process\n"); } -- cgit v1.2.1