[master] spelling

This commit is contained in:
Evan Hunt
2016-01-31 09:54:13 -08:00
parent 5f4f7c688e
commit 1d36ed108a

View File

@@ -42,8 +42,9 @@ static void
usage(void) {
fprintf(stderr, "usage: named-rrchecker [-o origin] [-hpCPTu]\n");
fprintf(stderr, "\t-h: print this help message\n");
fprintf(stderr, "\t-o origin: set origin to be used when interpeting the record\n");
fprintf(stderr, "\t-p: print the record in cannonical format\n");
fprintf(stderr, "\t-o origin: set origin to be used when "
"interpeting the record\n");
fprintf(stderr, "\t-p: print the record in canonical format\n");
fprintf(stderr, "\t-C: list the supported class names\n");
fprintf(stderr, "\t-P: list the supported private type names\n");
fprintf(stderr, "\t-T: list the supported standard type names\n");