From 5999300eac37be028d4bb61cd3b79490087946b9 Mon Sep 17 00:00:00 2001 From: Viktor Sinagl Date: Tue, 14 Jan 2025 18:23:50 +0100 Subject: [PATCH] added -f mandatory flag to usage msg --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index 4370288..9f26ea5 100644 --- a/src/utils.c +++ b/src/utils.c @@ -18,7 +18,7 @@ void print_msg(char *msg) { printf("%s\n", msg); - printf("Usage: miniRT [options] [file.rt]\n"); + printf("Usage: miniRT [options] -f [file.rt]\n"); printf("Options:\n"); printf("\t-w [int] (width) - set the width of the window\n"); printf("\t-h [int] (height) - set the height of the window\n"); -- 2.30.2