From 41a53674331a2b06fa706db144856c724e731f16 Mon Sep 17 00:00:00 2001 From: Joaquin Date: Mon, 17 Apr 2023 15:17:01 +0300 Subject: [PATCH] [typo] Fix typo and Docs Last commit on dev before merge to main --- README.md | 2 ++ koffe | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10cec5d..e486a0c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ koffe [options] Flags: + koffe -v --> verbose output + koffe --pacs=Prog1,Prog2 --> starts koffe and creates an iso with the programs Prog1 and Prog2 IMPORTANT: Separate the progs with commas diff --git a/koffe b/koffe index e033e33..b26b758 100755 --- a/koffe +++ b/koffe @@ -38,7 +38,7 @@ then echo echo "Flags:" echo - echo " koofe -v --> verbose output" + echo " koffe -v --> verbose output" echo echo " koffe --pacs=Prog1,Prog2 --> starts koffe and creates" echo " an iso with the programs Prog1 and Prog2"