aboutsummaryrefslogtreecommitdiff
path: root/src/help.c
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-29 09:17:31 +0000
committerdacctal <dacctal@symlinx.net>2026-05-29 09:17:31 +0000
commit205d99d4c243c8f5ab60e61469d01c12b3cfcf88 (patch)
tree58952edb6a10d97c496a68177239d609a33ba65b /src/help.c
parent4b9bdde6d7fefbf988160d26b376d330de48c5bd (diff)
quiet mode
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c1
1 files changed, 1 insertions, 0 deletions
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);
}