Skip to content

Commit

Permalink
Add help text in error
Browse files Browse the repository at this point in the history
  • Loading branch information
fieu committed Jun 25, 2020
1 parent fc5b408 commit d08cb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/SendRconCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function handle()
];
foreach ($needs as $need) {
if (!array_key_exists($need, $this->options()) || empty($this->options()[$need])) {
$this->error('Please pass all required options');
$this->error('Please pass all required options. See --help for all options.');
exit(1);
}
}
Expand Down

0 comments on commit d08cb14

Please sign in to comment.