mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-10 00:18:40 +00:00
rename module constants and fix some unit test bugs
This commit is contained in:
parent
c4ccee82a6
commit
0373aa27e7
|
|
@ -16,7 +16,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
function printUsage() : void
|
function printUsage() : void
|
||||||
{
|
{
|
||||||
echo 'Usage: -d <DESTINATION_PATH> -m <MODULE_PATH>' . "\n\n";
|
echo 'Usage: -d <DESTINATION_PATH> -m <PATH>' . "\n\n";
|
||||||
echo "\t" . '-d Destination/output directory.' . "\n";
|
echo "\t" . '-d Destination/output directory.' . "\n";
|
||||||
echo "\t" . '-m Module directory.' . "\n";
|
echo "\t" . '-m Module directory.' . "\n";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user