From 1a94005041066936a71448ced42a20489c373542 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:56:41 +0100 Subject: [PATCH] Update README.md --- subjects/ztail/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ztail/README.md b/subjects/ztail/README.md index ae3ea789..4cbe2142 100644 --- a/subjects/ztail/README.md +++ b/subjects/ztail/README.md @@ -10,7 +10,7 @@ For this program the `os` package can be used. Handle the errors by returning a non-zero exit status but process all the files. -If several files are given, print a new line and the file name between each one of them (see below). +If several files are given, print a newline and the file name between each one of them (see below). ### Usage