From a6e5a5667ac0572458af864ac665e58b236ae208 Mon Sep 17 00:00:00 2001 From: Pav01Founders <92518689+Pav01Founders@users.noreply.github.com> Date: Thu, 14 Oct 2021 13:31:16 +0100 Subject: [PATCH] Update README.md Updated instructions. --- 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 4cbe21425..8b9a02577 100644 --- a/subjects/ztail/README.md +++ b/subjects/ztail/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a program that behaves like a simplified `tail` command but which takes at least one file as argument. +Write a program that behaves like a simplified `tail` command that takes at least one file as an argument. The only option to be handled is `-c` and will be used in all the tests as the first argument, with positive values.