From 8cd98516be98a3c7d5a97610bc7ee381455bf1ce Mon Sep 17 00:00:00 2001 From: Ricardo Date: Sat, 28 May 2022 00:40:51 +0000 Subject: [PATCH] Minor fix on main.c --- README.md | 6 ++++++ inverT | Bin 17640 -> 17632 bytes main.c | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) 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 1a04fef09ad0b35d6524c861d1217f27e63dd0de..c82ac7fd164c4fac4035ea94220ee7b76eb9cd70 100644 GIT binary patch delta 216 zcmaFS$@rj?ae@Y8!bVMhM#dMLD;c91MUF^4p5HmAimUhhEuC6vuiQg#e#UQp!DPv2 z@xsx8!NV3rmI&`)00NKJ10|gMK?46Dq)j-SmZrxq-vW|g;Fot`*aueM`0mBzNI^xQ z>D7XJun(-h@!f~Xk%Edq z)2jvd$a5uUBHu{LQ|ABx 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", };