From 8d98a1fbd5c9c3dd87bdc0cd0a807990933af9d6 Mon Sep 17 00:00:00 2001 From: aortigos Date: Mon, 29 Sep 2025 07:29:43 +0200 Subject: [PATCH] Usage message if error --- ex05/Harl/Harl.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ex05/Harl/Harl.cpp b/ex05/Harl/Harl.cpp index 670296a..8f3a420 100644 --- a/ex05/Harl/Harl.cpp +++ b/ex05/Harl/Harl.cpp @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* Harl.hpp :+: :+: :+: */ +/* Harl.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: aortigos *funcs[i])(); std::cout << std::endl; - break ; + return ; } i++; } - + std::cout << "Uso: ./harl {DEBUG | INFO | WARNING | ERROR}" << std::endl; }