fix(ztail): adding console in usage to solve a bug when the platform tries to display the readme

This commit is contained in:
miguel 2022-10-03 16:11:34 +01:00 committed by MSilva95
parent 9120b07fb0
commit ba63d23d05
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ abcdefghijklmnopqrstuvwxyz
Normal cases : Normal cases :
``` ```console
$ go run . -c 4 file1.txt $ go run . -c 4 file1.txt
xyz xyz
$ go run . -c 4 file1.txt file2.txt $ go run . -c 4 file1.txt file2.txt
@ -39,7 +39,7 @@ $
Error cases : Error cases :
``` ```console
$ go run . -c 4 file1.txt nonexisting1.txt file2.txt nonexisting2.txt $ go run . -c 4 file1.txt nonexisting1.txt file2.txt nonexisting2.txt
==> file1.txt <== ==> file1.txt <==
xyz xyz