pkgs/scripts: fix --help output for unused accounts script
This commit is contained in:
parent
589499fbf5
commit
3345eb97dc
1 changed files with 4 additions and 3 deletions
|
@ -113,8 +113,9 @@ Invoke as `~|progname| [options] send-reminder' to send a reminder email to all
|
||||||
currently unused accounts.
|
currently unused accounts.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-v --verbose show which emails are being sent
|
-v --verbose show which emails are being sent
|
||||||
-n --dry-run print emails to stdout instead
|
--very-verbose also print emails to stdout
|
||||||
-h --help show this help
|
-n --dry-run print emails to stdout instead
|
||||||
|
-h --help show this help
|
||||||
"))
|
"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue