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

This commit is contained in:
Emma Tebibyte 2024-06-29 06:38:55 -06:00
parent 07a12ba81c
commit 17455baeab
Signed by: emma
GPG Key ID: 06FA419A1698C270
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ int main(int argc, char *argv[]){
if(optind + 2 /* ref cmp */ > argc){
usage: fprintf(stderr,
"Usage: %s [-eghl] integer integer...\n",
"Usage: %s [-egl] integer integer...\n",
argv[0] == NULL ? program_name : argv[0]);
return EX_USAGE;
}

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;
}