Skip to content

Commit

Permalink
feat: improved usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed Jan 10, 2025
1 parent 29f227d commit 25add4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Configuration implements ArrayAccess {
public function __construct($argv = null) {
// Get basename of the script name to handle both 'manticore-load' and './manticore-load'
if (count($argv) === 1 and basename($argv[0]) === 'manticore-load') {
fwrite(STDERR, "Usage: manticore-load [options] [--together [options]...]\n");
fwrite(STDERR, "Usage: manticore-load [--help] [options] [--together [options]...]\n");
exit(1);
}

Expand Down

0 comments on commit 25add4a

Please sign in to comment.