* Fixed use message.
authorUrban Wallasch <urban.wallasch@freenet.de>
Sun, 17 Nov 2019 17:42:11 +0000 (18:42 +0100)
committerUrban Wallasch <urban.wallasch@freenet.de>
Sun, 17 Nov 2019 17:42:11 +0000 (18:42 +0100)
riffx.c

diff --git a/riffx.c b/riffx.c
index 3f094a7e56a7ef0dcc43a7096030a1efd519d79d..255aa742e8ccb218578e999123008c3e81d4b8c5 100644 (file)
--- 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);