intcmp(1): fix usage

This commit is contained in:
taocana 2024-06-28 02:13:59 -04:00
parent de14d75958
commit 2bc696425c
No known key found for this signature in database
GPG Key ID: 0FD03F130C5C8CAB

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