1
0
forked from bonsai/harakit

docs, src: updates usage text for utilities

This commit is contained in:
2024-06-29 05:18:20 -06:00
parent 0fc9a6b533
commit e341c38cd6
16 changed files with 33 additions and 51 deletions

View File

@@ -56,7 +56,7 @@ int main(int argc, char *argv[]){
goto pass;
}
fprintf(stderr, "Usage: %s [type] [string...]\n",
fprintf(stderr, "Usage: %s type string...\n",
argv[0] == NULL ? program_name : argv[0]);
return EX_USAGE;