From: Urban Wallasch Date: Sun, 17 Nov 2019 17:42:11 +0000 (+0100) Subject: * Fixed use message. X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=73f5d04f69dc9b77210633017d46f89ed80156ff;p=riffx.git * Fixed use message. --- 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);