# HG changeset patch # User Matti Hamalainen # Date 1451246683 -7200 # Node ID b114164d9ed9180e43d8c62ed03eb5967bfc4401 # Parent 40e9ab14ce885c3753c400720032e9cd283a6627 Update documentation a bit. diff -r 40e9ab14ce88 -r b114164d9ed9 README.txt --- a/README.txt Sun Dec 27 19:35:27 2015 +0200 +++ b/README.txt Sun Dec 27 22:04:43 2015 +0200 @@ -59,8 +59,9 @@ ===== For more information about options, see 'sidinfo --help'. +--- --- --- --- --- --- --- --- --- --- -$ ./sidinfo /misc/C64Music/MUSICIANS/J/Jeff/Anal_ogue.sid +$ sidinfo /misc/C64Music/MUSICIANS/J/Jeff/Anal_ogue.sid Filename : /misc/C64Music/MUSICIANS/J/Jeff/Anal_ogue.sid Type : PSID Version : 2.0 @@ -76,8 +77,9 @@ Copyright : 1996 Jeff Hash : 6d5b7f0ff092e55abf27c37c8bc3fc64 +--- --- --- --- --- --- --- --- --- --- -$ ./sidinfo /misc/C64Music/MUSICIANS/J/Jeff/Anal_ogue.sid -p -x +$ sidinfo /misc/C64Music/MUSICIANS/J/Jeff/Anal_ogue.sid -p -x Filename=/misc/C64Music/MUSICIANS/J/Jeff/Anal_ogue.sid Type=PSID Version=2.0 @@ -93,12 +95,16 @@ Copyright=1996 Jeff Hash=6d5b7f0ff092e55abf27c37c8bc3fc64 +--- --- --- --- --- --- --- --- --- --- -$ ./sidinfo -l \| -f type,ver,hash,name,author,copyright Anal_ogue.sid +$ sidinfo -l \| -f type,ver,hash,name,author,copyright Anal_ogue.sid PSID|2.0|Anal'ogue|Søren Lund (Jeff)|1996 Jeff|6d5b7f0ff092e55abf27c37c8bc3fc64| +--- --- --- --- --- --- --- --- --- --- -By using the format string functionality: -$ ./sidinfo Anal_ogue.sid -F 'NAME="@name@"\nHASH=@hash@\n' +By using the format string functionality you can +control the output very specifically: + +$ sidinfo Anal_ogue.sid -F 'NAME="@name@"\nHASH=@hash@\n' NAME="Anal'ogue" HASH=6d5b7f0ff092e55abf27c37c8bc3fc64