pkgs/scripts: fix --help output for unused accounts script

This commit is contained in:
stuebinm 2024-11-10 11:39:44 +01:00
parent 589499fbf5
commit 3345eb97dc

View file

@ -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
"))