diff --git a/README.md b/README.md index dae9930..b0462a2 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ Invert character by character given text file content + +Usage: ./inverT-i [] + -help Print help and exit. + -v Print application version and exit. + -i Invert text caracters. +Example: ./inverT -i test.txt\n" diff --git a/inverT b/inverT index 1a04fef..c82ac7f 100644 Binary files a/inverT and b/inverT differ diff --git a/main.c b/main.c index b8517ea..f7c3ea1 100644 --- a/main.c +++ b/main.c @@ -19,11 +19,11 @@ struct parameters info = { // Below is the variable that olds the text to dislpay for help .help = "\n\ ------------------------------------------------\n\ -Usage: ./chcount -c []\n\ +Usage: ./inverT -i []\n\ -help Print help and exit.\n\ -v Print application version and exit.\n\ -i Invert text caracters.\n\ -Example: ./chcount -c test.txt\n", +Example: ./inverT -i test.txt\n", };