changeset 326:589bd78cc67d

Adjust help slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 04:18:51 +0200
parents d056f284184b
children b6f88c150573
files sidinfo.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"