From acfbd09b7bbdcc3185d11560de52727a715b6bae Mon Sep 17 00:00:00 2001 From: Matthias Dressel Date: Sat, 7 Mar 2020 15:59:59 +0100 Subject: CLI: Remove additional space The argument for --input was aligned with the argument for --output. None of the other arguments were aligned. For consistency either align all or none. This commit removes the alignment. --- tools/dav1d_cli_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/dav1d_cli_parse.c b/tools/dav1d_cli_parse.c index aca027f..98b4253 100644 --- a/tools/dav1d_cli_parse.c +++ b/tools/dav1d_cli_parse.c @@ -102,7 +102,7 @@ static void usage(const char *const app, const char *const reason, ...) { } fprintf(stderr, "Usage: %s [options]\n\n", app); fprintf(stderr, "Supported options:\n" - " --input/-i $file: input file\n" + " --input/-i $file: input file\n" " --output/-o $file: output file\n" " --demuxer $name: force demuxer type ('ivf', 'section5' or 'annexb'; default: detect from extension)\n" " --muxer $name: force muxer type ('md5', 'yuv', 'yuv4mpeg2' or 'null'; default: detect from extension)\n" -- cgit v1.2.3