From: Viktor Sinagl Date: Tue, 14 Jan 2025 17:23:50 +0000 (+0100) Subject: added -f mandatory flag to usage msg X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=5999300eac37be028d4bb61cd3b79490087946b9;p=42%2FminiRT.git added -f mandatory flag to usage msg --- 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");