for (i = 1; i < argc; i++)
{
if (strncmp(argv[i], "-h", 2) == 0)
if (strcmp(argv[i], "-h") == 0)
usage();
continue;