# HG changeset patch # User Matti Hamalainen # Date 1578795531 -7200 # Node ID 589bd78cc67d1724903ff8c7bdf79564c27937ac # Parent d056f284184b44f8e5fc0c72d37535caead3b6d5 Adjust help slightly. diff -r d056f284184b -r 589bd78cc67d sidinfo.c --- a/sidinfo.c Sun Jan 12 00:11:34 2020 +0200 +++ b/sidinfo.c Sun Jan 12 04:18:51 2020 +0200 @@ -164,8 +164,8 @@ printf( "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" + "Format strings for '-F' option are composed of @fields@ that get\n" + "expanded to their value. Also, escape sequences \\r, \\n and \\t\n" "can be used: -F \"hash=@hash@\\ncopy=@copyright@\\n\"\n" "\n" "The -F fields can be further formatted via printf-style specifiers:\n"