From 73f5d04f69dc9b77210633017d46f89ed80156ff Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Sun, 17 Nov 2019 18:42:11 +0100 Subject: [PATCH] * Fixed use message. --- riffx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/riffx.c b/riffx.c index 3f094a7..255aa74 100644 --- a/riffx.c +++ b/riffx.c @@ -154,10 +154,10 @@ static struct { }; static inline void usage(const char *argv0) { - LOG("Usage: %s [-b] infile ... [outdir]\n" + LOG("Usage: %s [-b] [-g] [-l] [-v] infile ... [outdir]\n" " -b : create flat output directory\n" - " -l : use extracted labels in filenames (unreliable!)\n" " -g : ignore size fields, guess stream length (imprecise!)\n" + " -l : use extracted labels in filenames (unreliable!)\n" " -v : be more verbose\n" , argv0); exit(EXIT_FAILURE); -- 2.30.2