changeset 5:2892e994243c

Add usage example.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Sep 2014 01:58:43 +0300
parents ea774012d049
children be3ccb7ca790
files sidinfo.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Thu Sep 25 01:54:33 2014 +0300
+++ b/sidinfo.c	Thu Sep 25 01:58:43 2014 +0300
@@ -108,6 +108,8 @@
             n = 0;
         }
     }
+    
+    printf("Example: %s -x -p -f hash,copyright somesidfile.sid\n", th_prog_name);
 }