intcmp(1), npc(1): removes vestigial option
This commit is contained in:
parent
07a12ba81c
commit
17455baeab
@ -52,7 +52,7 @@ int main(int argc, char *argv[]){
|
|||||||
|
|
||||||
if(optind + 2 /* ref cmp */ > argc){
|
if(optind + 2 /* ref cmp */ > argc){
|
||||||
usage: fprintf(stderr,
|
usage: fprintf(stderr,
|
||||||
"Usage: %s [-eghl] integer integer...\n",
|
"Usage: %s [-egl] integer integer...\n",
|
||||||
argv[0] == NULL ? program_name : argv[0]);
|
argv[0] == NULL ? program_name : argv[0]);
|
||||||
return EX_USAGE;
|
return EX_USAGE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user