intcmp(1): fix usage
This commit is contained in:
parent
de14d75958
commit
2bc696425c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user