intcmp(1), npc(1): removes vestigial option

This commit is contained in:
2024-06-29 06:38:55 -06:00
parent 07a12ba81c
commit 17455baeab
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ int main(int argc, char *argv[]){
}
if(argc > optind){
usage: fprintf(stderr, "Usage: %s [-eht]\n", argv[0]);
usage: fprintf(stderr, "Usage: %s [-et]\n", argv[0]);
return EX_USAGE;
}