docs: fixes and clarification #128

Closed
Ghost wants to merge 3 commits from (deleted):main into main
Showing only changes of commit 2bc696425c - Show all commits

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