changeset 61:6916aaeda941

Improve help.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 26 Dec 2015 23:22:43 +0200
parents accac31e1eda
children 0d01efc3c803
files sidinfo.c
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }