comparison sidinfo.c @ 326:589bd78cc67d

Adjust help slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 04:18:51 +0200
parents 4b99dff0958d
children b6f88c150573
comparison
equal deleted inserted replaced
325:d056f284184b 326:589bd78cc67d
162 } 162 }
163 163
164 printf( 164 printf(
165 "Example: %s -x -p -f hash,copyright somesidfile.sid\n" 165 "Example: %s -x -p -f hash,copyright somesidfile.sid\n"
166 "\n" 166 "\n"
167 "Format strings for '-F' option are composed of @fields@ that\n" 167 "Format strings for '-F' option are composed of @fields@ that get\n"
168 "are expanded to their value. Also, escape sequences \\r, \\n and \\t\n" 168 "expanded to their value. Also, escape sequences \\r, \\n and \\t\n"
169 "can be used: -F \"hash=@hash@\\ncopy=@copyright@\\n\"\n" 169 "can be used: -F \"hash=@hash@\\ncopy=@copyright@\\n\"\n"
170 "\n" 170 "\n"
171 "The -F fields can be further formatted via printf-style specifiers:\n" 171 "The -F fields can be further formatted via printf-style specifiers:\n"
172 "-F \"@copyright:'%%-30s'@\"\n" 172 "-F \"@copyright:'%%-30s'@\"\n"
173 "\n" 173 "\n"