Pimping README.md file

This commit is contained in:
Ricardo
2022-05-28 01:04:46 +00:00
parent 8cd98516be
commit d124e873e8

View File

@@ -1,10 +1,17 @@
# inverT # inverT
Invert character by character given text file content ## Invert character by character given text file content
Usage: ./inverT-i [<some.text.file>] Usage: ./inverT -i 'some.text.file'<br>
-help Print help and exit. &nbsp;&nbsp;&nbsp;-help Print help and exit.<br>
-v Print application version and exit. &nbsp;&nbsp;&nbsp;-v Print application version and exit.<br>
-i Invert text caracters. &nbsp;&nbsp;&nbsp;-i Invert text caracters.<br>
Example: ./inverT -i test.txt\n" Example: ./inverT -i test.txt\n"
<br>
Input(_from text inside the file_) :
> Murder for a jar of red rum
Output :
> mur der fo raj a rof redruM