# HG changeset patch # User Matti Hamalainen # Date 1578494201 -7200 # Node ID 41bde08182ce93bf73b433c390049e008c7d5a1f # Parent 6212051334e7b84e5de3a439a316a01a124ac547 Add a line about HVSC_BASE in the --help. diff -r 6212051334e7 -r 41bde08182ce sidinfo.c --- a/sidinfo.c Wed Jan 08 11:12:57 2020 +0200 +++ b/sidinfo.c Wed Jan 08 16:36:41 2020 +0200 @@ -238,6 +238,7 @@ "\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" + "You can also set it via HVSC_BASE environment variable, see README.\n" "\n" , th_prog_name); }