# HG changeset patch # User Matti Hamalainen # Date 1411599523 -10800 # Node ID 2892e994243ce0895f66aa920c32f828d8cfd147 # Parent ea774012d04990f7267025757cf742d3bda7f98a Add usage example. diff -r ea774012d049 -r 2892e994243c sidinfo.c --- 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); }