changeset 234:1c004e74d0ad

Adjust --help slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 04 Jan 2020 12:01:45 +0200
parents b634952372f1
children 3cb7be7b98a6
files sidinfo.c
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Sat Jan 04 12:00:02 2020 +0200
+++ b/sidinfo.c	Sat Jan 04 12:01:45 2020 +0200
@@ -218,11 +218,12 @@
         "The -F fields can be further formatted via printf-style specifiers:\n"
         "-F \"@copyright:'%%-30s'@\"\n"
         "\n"
-        "When specifying HVSC path, it is preferable to use -H/--hvsc option,\n"
-        "as STIL.txt and Songlengths.txt will be automatically used from there.\n"
-        "\n"
         "NOTE: One line output (-l <field separator>) also sets escape characters\n"
         "(option -e <chars>), if escape characters have NOT been separately set.\n"
+        "\n"
+        "TIP: When specifying HVSC paths, it is preferable to use -H/--hvsc option,\n"
+        "as STIL.txt and Songlengths.(txt|md5) will be automatically used from there.\n"
+        "\n"
         , th_prog_name);
 }