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"