# HG changeset patch # User Matti Hamalainen # Date 1451164963 -7200 # Node ID 6916aaeda9410802aab136ba1280534952ce9874 # Parent accac31e1eda6bd8516df3c8503b1bf89c41f5c8 Improve help. diff -r accac31e1eda -r 6916aaeda941 sidinfo.c --- a/sidinfo.c Sat Dec 26 22:58:35 2015 +0200 +++ b/sidinfo.c Sat Dec 26 23:22:43 2015 +0200 @@ -144,13 +144,13 @@ } } - printf("Example: %s -x -p -f hash,copyright somesidfile.sid\n", th_prog_name); - printf( - "\nFormat strings for '-F' option are composed of @fields@ that\n" - "are expanded to their value. Also, escape sequences like \\r,\\n, etc.\n" - "can be used: -F 'hash=@hash@\\ncopy=@copyright@\\n'\n" - ); + "Example: %s -x -p -f hash,copyright somesidfile.sid\n" + "\n" + "Format strings for '-F' option are composed of @fields@ that\n" + "are expanded to their value. Also, escape sequences \\r, \\n and \\t\n" + "can be used: -F \"hash=@hash@\\ncopy=@copyright@\\n\"\n" + , th_prog_name); }