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

@@ -66,7 +66,7 @@ int main(int argc, char *argv[]){
if(ops[i] == 'e')
continue;
else if(ops[i] == 'h'){
usage: fprintf(stderr, "Usage: %s (-%s) [file...]\n",
usage: fprintf(stderr, "Usage: %s [-%s] file...\n",
argv[0] == NULL
? program_name
: argv[0],