Minor fix in main.c file

This commit is contained in:
Ricardo
2022-05-28 01:12:34 +00:00
parent 0f21eb3b76
commit 07054660f8
2 changed files with 1 additions and 1 deletions

2
main.c
View File

@@ -22,7 +22,7 @@ struct parameters info = {
Usage: ./inverT -i [<some.text.file>]\n\
-help Print help and exit.\n\
-v Print application version and exit.\n\
-i Invert text caracters.\n\
-i Invert text characters.\n\
Example: ./inverT -i test.txt\n",
};