From 3345eb97dcb6438b1b92efb479bcb7d1151f1286 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 10 Nov 2024 11:39:44 +0100 Subject: [PATCH] pkgs/scripts: fix --help output for unused accounts script --- pkgs/scripts/uffd-unused-accounts-notification.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/scripts/uffd-unused-accounts-notification.scm b/pkgs/scripts/uffd-unused-accounts-notification.scm index ab85c65..1ea5874 100644 --- a/pkgs/scripts/uffd-unused-accounts-notification.scm +++ b/pkgs/scripts/uffd-unused-accounts-notification.scm @@ -113,8 +113,9 @@ Invoke as `~|progname| [options] send-reminder' to send a reminder email to all currently unused accounts. Options: - -v --verbose show which emails are being sent - -n --dry-run print emails to stdout instead - -h --help show this help + -v --verbose show which emails are being sent + --very-verbose also print emails to stdout + -n --dry-run print emails to stdout instead + -h --help show this help "))