mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
remove help text options until i put together the help text
This commit is contained in:
parent
bb2e1de0a8
commit
f4c1460c2b
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue