remove help text options until i put together the help text

This commit is contained in:
Jeremy Price 2024-02-08 16:37:05 -08:00
parent bb2e1de0a8
commit f4c1460c2b

View file

@ -32,10 +32,6 @@ if ($argc > 1){
$branch = $argv[$arg];
$branch_override = true;
break;
case '-h':
case '-H':
case '--help':
default: // for legacy support from before we started using --branch
$branch = $argv[$arg];
$branch_override = true;