--- trunk/main.c 2008/10/26 05:28:03 361 +++ trunk/jscoverage.c 2008/10/30 03:13:23 385 @@ -1,5 +1,5 @@ /* - main.c - JSCoverage main routine + jscoverage.c - main routine for `jscoverage' program Copyright (C) 2007, 2008 siliconforks.com This program is free software; you can redistribute it and/or modify @@ -49,7 +49,7 @@ for (int i = 1; i < argc; i++) { if (strcmp(argv[i], "-h") == 0 || strcmp(argv[i], "--help") == 0) { - copy_resource_to_stream("help.txt", stdout); + copy_resource_to_stream("jscoverage-help.txt", stdout); exit(EXIT_SUCCESS); } else if (strcmp(argv[i], "-V") == 0 || strcmp(argv[i], "--version") == 0) {