Skip to content

Commit

Permalink
Ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Feb 5, 2025
1 parent 39da0aa commit 551c4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions batch/saveusers.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ static function make_args($argv) {
"expression[],expr[],e[] =JSON Create or modify users specified in JSON",
"notify,N Send email notifications (off by default)",
"no-notify,no-email !",
"only-create,no-modify Only create new users, do not modify existing",
"only-modify,no-create Only modify existing users, do not create new",
"only-create,create-only,no-modify Only create new users, do not modify existing",
"only-modify,modify-only,no-create Only modify existing users, do not create new",
"quiet,q Do not print changes"
)->helpopt("help")
->description("Save HotCRP users as specified in JSON or CSV.
Expand Down

0 comments on commit 551c4f7

Please sign in to comment.