Skip to content

Commit

Permalink
Add --config option
Browse files Browse the repository at this point in the history
  • Loading branch information
kouril committed Sep 24, 2019
1 parent 789fc87 commit bf1027c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/cli/users.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
$shortopts = "c:h";

$longopts = array(
"config:", # Config file - N.B. we don't handle the config parameter here but in an included file
"uid:",
"name:",
"email:",
Expand Down

0 comments on commit bf1027c

Please sign in to comment.