Pimping README.md file
This commit is contained in:
17
README.md
17
README.md
@@ -1,10 +1,17 @@
|
||||
# inverT
|
||||
|
||||
Invert character by character given text file content
|
||||
## Invert character by character given text file content
|
||||
|
||||
|
||||
Usage: ./inverT-i [<some.text.file>]
|
||||
-help Print help and exit.
|
||||
-v Print application version and exit.
|
||||
-i Invert text caracters.
|
||||
Usage: ./inverT -i 'some.text.file'<br>
|
||||
-help Print help and exit.<br>
|
||||
-v Print application version and exit.<br>
|
||||
-i Invert text caracters.<br>
|
||||
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
|
||||
|
Reference in New Issue
Block a user