# HG changeset patch # User Matti Hamalainen # Date 1578132105 -7200 # Node ID 1c004e74d0adf634cf651bd617f5cf326af21447 # Parent b634952372f1fa64e393b8b4b16ff227ac91bdf9 Adjust --help slightly. diff -r b634952372f1 -r 1c004e74d0ad sidinfo.c --- 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 ) also sets escape characters\n" "(option -e ), 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); }