# HG changeset patch # User Matti Hamalainen # Date 1531145744 -10800 # Node ID 05e2332070a7dcd1dda0055cdd481be0f84b1703 # Parent ef646bacfa993d7af2a2a4dbfe66eced483f1889 Fix some typos and cleanup. diff -r ef646bacfa99 -r 05e2332070a7 README.txt --- a/README.txt Mon Jul 09 17:10:54 2018 +0300 +++ b/README.txt Mon Jul 09 17:15:44 2018 +0300 @@ -114,6 +114,7 @@ which fields to display: $ sidinfo -l \| -f type,ver,hash,name,author,copyright Anal_ogue.sid + PSID|2.0|Anal'ogue|Søren Lund (Jeff)|1996 Jeff|6d5b7f0ff092e55abf27c37c8bc3fc64| --- --- --- --- --- --- --- --- --- --- @@ -122,6 +123,7 @@ the output very specifically: $ sidinfo Anal_ogue.sid -F 'NAME="@name@"\nHASH=@hash@\n' + NAME="Anal'ogue" HASH=6d5b7f0ff092e55abf27c37c8bc3fc64 @@ -143,8 +145,8 @@ HASH=" 6d5b7f0ff092e55abf27c37c8bc3fc64" LOAD_ADDR=$0fb0 -Many of the format specifiers are supported, but not all, and obviously only -integer/string formats are supported. +Many of the format specifiers are supported, but not all, and obviously +only integer/string formats are supported. --- --- --- --- --- --- --- --- --- --- @@ -153,9 +155,10 @@ $ sidinfo -R /misc/C64Music/*.sid -The above ill start from /misc/C64Music/ and scan any accessible subdirectories -for files that match "*.sid" pattern and handle them. +The above will start from /misc/C64Music/ and scan any accessible +subdirectories for files that match "*.sid" pattern and handle them. Using previous example about SQL inserts: $ sidinfo /misc/C64Music/*.sid -R -e\' -F "INSERT INTO sometable (filename,name,author) VALUES ('@filename@', '@name@', '@author@', '@copyright@')\n" +