From 205d99d4c243c8f5ab60e61469d01c12b3cfcf88 Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 29 May 2026 09:17:31 +0000 Subject: quiet mode --- src/help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/help.c') diff --git a/src/help.c b/src/help.c index 47f892f..731b8f2 100644 --- a/src/help.c +++ b/src/help.c @@ -32,6 +32,7 @@ void help() { printf("\n"); printf("%sflags%s:\n", red, color_reset); printf("%s...... %s-h%s, %s--help %s# display this help message\n", color_reset, green, color_reset, yellow, gray); + printf("%s...... %s-q%s, %s--quiet %s# run without logging to terminal\n", color_reset, green, color_reset, yellow, gray); printf("%s...... %s-v%s, %s--version %s# display version number\n", color_reset, green, color_reset, yellow, gray); printf("%s...... %s-c%s, %s--check %s# run package checks\n", color_reset, green, color_reset, yellow, gray); } -- cgit v1.2.3