void print_usage(void)
{
+
printf("Usage: skein%dsum [OPTION]... [FILE]...\n",hashbitlen);
printf("Print or check skein (%d-bit) checksums.\n",hashbitlen);
printf("With no FILE, or when FILE is -, read standard input.\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", skeinVersion);
+ printf("%s home page: %s\n", PACKAGE_NAME, PACKAGE_URL);
+ printf("Report bugs to: %s\n", PACKAGE_BUGREPORT);
exit(1);
}