"-h, --help display this help and exit\n"
"-V, --version output version information and exit\n"
"\n"
- "The sums are computed as described in version 1.3 of the Skein\n"
+ "The sums are computed as described in version %s of the Skein\n"
"specification. When checking, the input should be a former output of\n"
"this program. The default mode is to print a line with checksum, a\n"
"character indicating input mode ('*' for binary, space for text), and\n"
- "name for each FILE.\n");
+ "name for each FILE.\n", skeinVersion);
exit(1);
}