diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-29 09:17:31 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-29 09:17:31 +0000 |
| commit | 205d99d4c243c8f5ab60e61469d01c12b3cfcf88 (patch) | |
| tree | 58952edb6a10d97c496a68177239d609a33ba65b /src/help.c | |
| parent | 4b9bdde6d7fefbf988160d26b376d330de48c5bd (diff) | |
quiet mode
Diffstat (limited to 'src/help.c')
| -rw-r--r-- | src/help.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |
