break;
default:
- return "Unsupported preset flag";
+ return "Unsupported flag in the preset";
}
}
if ((optmap[i].flags & OPTMAP_USE_BYTE_SUFFIX)
== 0) {
*str = multiplier_start;
- return "This option does not support "
- "any integer suffixes";
+ return "This option does not "
+ "support any multiplier "
+ "suffixes";
}
uint32_t shift;
if (**str == '\0')
return "Empty string is not allowed, "
- "try \"6\" if a default value is needed";
+ "try '6' if a default value is needed";
// Detect the type of the string.
//